Skip to content

Commit

Permalink
Update the schedule for MGI Dag (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 authored Oct 8, 2024
1 parent 16be143 commit 46a29c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/dbt_stellar_marts_mgi_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
default_args=get_default_dag_args(),
start_date=datetime(2024, 10, 1, 0, 0),
description="This DAG runs dbt models at a daily cadence",
schedule_interval="0 17 * * *", # Runs at 05:00 PM UTC / 11:00 AM CST as MGI files are received around ~10:00 AM CST
schedule_interval="0 16 * * *", # Runs at 04:00 PM UTC / 10:00 AM CST as MGI files are received around ~10:00 AM CST
user_defined_filters={
"container_resources": lambda s: k8s.V1ResourceRequirements(requests=s),
},
Expand Down

0 comments on commit 46a29c1

Please sign in to comment.