Skip to content

Commit 458526f

Browse files
committed
adjust dag schedule
1 parent c44d7f7 commit 458526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/crypto_extract_dag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
with DAG('crypto_extract',
2020
description='DAG to extract Daily Summaries from MercadoBitcoin',
21-
schedule_interval='* 1 * * *',
21+
schedule_interval='0 1 * * *',
2222
catchup=True,
2323
default_args=default_args) as dag:
2424

0 commit comments

Comments
 (0)