Skip to content

Commit

Permalink
Update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 3, 2024
1 parent b1d9b21 commit d34e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/dbt_stellar_marts_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, 6, 11, 17, 30),
description="This DAG runs dbt models at a daily cadence",
schedule_interval="0 0 * * *", # Runs at 00:00 UTC
schedule_interval="0 1 * * *", # Runs at 01:00 UTC
user_defined_filters={
"container_resources": lambda s: k8s.V1ResourceRequirements(requests=s),
},
Expand Down

0 comments on commit d34e93b

Please sign in to comment.