Skip to content

Commit

Permalink
Fix typo in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill authored Jan 23, 2025
1 parent 93bbe8d commit 43b1c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ def configure_dag(**kwargs):
ti.xcom_push(key='collection-dataset-bucket-name', value=collection_dataset_bucket_name)
ti.xcom_push(key='incremental-loading-override', value=incremental_loading_override)
ti.xcom_push(key='regenerate-log-override', value=regenerate_log_override)
ti.xcon.push(key='refill-todays-logs', value=refill_todays_logs)
ti.xcom.push(key='refill-todays-logs', value=refill_todays_logs)

return configure_dag

0 comments on commit 43b1c27

Please sign in to comment.