We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44d7f7 commit 458526fCopy full SHA for 458526f
dags/crypto_extract_dag.py
@@ -18,7 +18,7 @@
18
19
with DAG('crypto_extract',
20
description='DAG to extract Daily Summaries from MercadoBitcoin',
21
- schedule_interval='* 1 * * *',
+ schedule_interval='0 1 * * *',
22
catchup=True,
23
default_args=default_args) as dag:
24
0 commit comments