Skip to content

Commit

Permalink
Update import_email_to_s3_and_update_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Apr 3, 2022
1 parent 2968df8 commit 14b3e25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airflow_server/dags/import_email_to_s3_and_update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
'anyway-etl anyway-kubectl-exec python3 main.py process cbs --source s3'
'{% if dag_run.conf.get("load_start_year") %} --load_start_year {{ dag_run.conf["load_start_year"] }}{% endif %}',
task_id='cbs-import-from-s3'
) >> CliBashOperator(
'anyway-etl anyway-kubectl-exec python3 main.py process infographics-data-cache --update',
task_id='fill-infographics-cache'
) >> CliBashOperator(
'anyway-etl anyway-kubectl-exec python3 main.py process infographics-data-cache-for-road-segments',
task_id='fill-infographics-cache-for-road-segments'
Expand Down

0 comments on commit 14b3e25

Please sign in to comment.