Skip to content

Commit

Permalink
Update path to agree with docker-etl changes (#1835)
Browse files Browse the repository at this point in the history
This change makes the Python call agree with mozilla/docker-etl#158
  • Loading branch information
bochocki authored Oct 16, 2023
1 parent 4213e4a commit bda9a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/kpi_forecasting.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
tags=TAGS,
) as dag:
for id, config in CONFIGS.items():
script_path = os.path.join("kpi_forecasting", "kpi_forecasting.py")
script_path = os.path.join(".", "kpi_forecasting.py")
config_path = os.path.join("kpi_forecasting", "configs", config.filename)
wait_tasks = config.wait_tasks

Expand Down

0 comments on commit bda9a9d

Please sign in to comment.