We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56706d8 + 77e59d3 commit 1402823Copy full SHA for 1402823
1 file changed
dags/fetch_notices_by_query.py
@@ -21,7 +21,7 @@
21
22
23
@dag(default_args=DEFAULT_DAG_ARGUMENTS,
24
- catchup=False,
+ schedule_interval=None,
25
tags=['fetch'])
26
def fetch_notices_by_query():
27
@task
0 commit comments