working for dagster

This commit is contained in:
2026-07-27 20:34:46 +01:00
parent 1d4b983a17
commit 7db41e8d9a
5 changed files with 28 additions and 48 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
'''Module to run the data pipeline'''
from pipeline import dimensions, facts, ingest, raw_to_base
from data_pipeline_for_YNAB.pipeline import dimensions, facts, ingest, raw_to_base
def pipeline_main(config, logger):