Skip to content

Commit

Permalink
#62 Update DAG name
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Sep 9, 2022
1 parent a533117 commit 730baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/generate_congestion_agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def task_fail_slack_alert(context):
'on_failure_callback': task_fail_slack_alert
}

dag = DAG('test_congestion_refresh',
dag = DAG('congestion_aggregation',
default_args=default_args,
schedule_interval='30 16 * * * ', # same as pull_here task
catchup=False,
Expand Down

0 comments on commit 730baa0

Please sign in to comment.