Commit 4c019de7 authored by Timothy Ardha's avatar Timothy Ardha

Change Fincloud Schedule

parent 44247682
......@@ -99,7 +99,7 @@ def ds_push_csv(ti, copy_sql, file_id):
with DAG("APJ_1_fincloud_file",
start_date=datetime(2021, 1, 1),
schedule_interval=cron_tab,
schedule_interval='0 2 * * *',
catchup=False,
concurrency=3) as dag:
begin = PythonOperator(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment