Skip to content

Commit ca465de

Browse files
fix(grist_ca): rm catchup
1 parent be08ce2 commit ca465de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/grist_dump_ca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
default_args={"owner": "airflow"},
1212
schedule="45 0 * * *",
1313
start_date=pendulum.datetime(2024, 11, 15, tz="UTC"),
14-
catchup=True,
14+
catchup=False,
1515
) as dag:
1616
fetch_grist_data = PythonOperator(
1717
task_id='fetch_and_dump_grist_data',

0 commit comments

Comments
 (0)