Skip to content

Commit 1402823

Browse files
authored
Merge pull request #410 from OP-TED/feature/hotfix-dag-schedule
Update fetch_notices_by_query.py
2 parents 56706d8 + 77e59d3 commit 1402823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/fetch_notices_by_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
@dag(default_args=DEFAULT_DAG_ARGUMENTS,
24-
catchup=False,
24+
schedule_interval=None,
2525
tags=['fetch'])
2626
def fetch_notices_by_query():
2727
@task

0 commit comments

Comments
 (0)