Skip to content

Commit

Permalink
Merge pull request #21 from atalyaalon/main
Browse files Browse the repository at this point in the history
remove schedules
  • Loading branch information
atalyaalon authored Jan 5, 2022
2 parents 52a3a2c + c2e0e00 commit 3284107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow_server/dags/infographics_road_segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
default_args={
'owner': 'airflow',
},
schedule_interval='@weekly',
schedule_interval=None,
catchup=False,
start_date=days_ago(2),
)
Expand Down
2 changes: 1 addition & 1 deletion airflow_server/dags/infographics_streets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
default_args={
'owner': 'airflow',
},
schedule_interval='@weekly',
schedule_interval=None,
catchup=False,
start_date=days_ago(2),
)
Expand Down

0 comments on commit 3284107

Please sign in to comment.