Skip to content

Commit

Permalink
Test merge (#4)
Browse files Browse the repository at this point in the history
* update dag name

* change
  • Loading branch information
justrdk authored Jun 29, 2023
1 parent e9f395c commit 39f0f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/another_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
now = pendulum.now(tz="UTC")
now_to_the_hour = (now - datetime.timedelta(0, 0, 0, 0, 0, 3)).replace(minute=0, second=0, microsecond=0)
START_DATE = now_to_the_hour
DAG_NAME = "another_dag_v1"
DAG_NAME = "another_dag_v2"

dag = DAG(
DAG_NAME,
Expand Down

0 comments on commit 39f0f2a

Please sign in to comment.