Update execution delta
This commit is contained in:
Родитель
804ea6919a
Коммит
9928da015c
|
@ -36,7 +36,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -97,7 +97,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_main_ping",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_main_ping",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -113,7 +113,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
@ -131,7 +131,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_main_ping",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_main_ping",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -46,7 +46,7 @@ with DAG("bqetl_core", default_args=default_args, schedule_interval="0 2 * * *")
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -138,7 +138,7 @@ with DAG("bqetl_gud", default_args=default_args, schedule_interval="0 2 * * *")
|
|||
task_id="wait_for_copy_deduplicate_baseline_clients_last_seen",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="baseline_clients_last_seen",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -44,7 +44,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_main_ping",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_main_ping",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -132,7 +132,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -48,7 +48,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -71,7 +71,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_baseline_clients_last_seen",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="baseline_clients_last_seen",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -76,7 +76,7 @@ with DAG(
|
|||
task_id="wait_for_copy_deduplicate_copy_deduplicate_all",
|
||||
external_dag_id="copy_deduplicate",
|
||||
external_task_id="copy_deduplicate_all",
|
||||
execution_delta=datetime.timedelta(days=-1, seconds=82800),
|
||||
execution_delta=datetime.timedelta(seconds=3600),
|
||||
check_existence=True,
|
||||
mode="reschedule",
|
||||
dag=dag,
|
||||
|
|
|
@ -10,4 +10,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -13,4 +13,4 @@ scheduling:
|
|||
depends_on:
|
||||
- task_id: copy_deduplicate_main_ping
|
||||
dag_name: copy_deduplicate
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -14,4 +14,4 @@ scheduling:
|
|||
depends_on:
|
||||
- task_id: copy_deduplicate_all
|
||||
dag_name: copy_deduplicate
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -9,4 +9,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -9,4 +9,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -9,4 +9,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -13,4 +13,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -13,4 +13,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -11,4 +11,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -13,4 +13,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_main_ping
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -16,4 +16,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_main_ping
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -11,4 +11,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_main_ping
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -11,4 +11,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_all
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -14,4 +14,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: baseline_clients_last_seen
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -13,4 +13,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: baseline_clients_last_seen
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -12,4 +12,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: baseline_clients_last_seen
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -12,4 +12,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: copy_deduplicate_main_ping
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
|
@ -12,4 +12,4 @@ scheduling:
|
|||
depends_on:
|
||||
- dag_name: copy_deduplicate
|
||||
task_id: baseline_clients_last_seen
|
||||
execution_delta: -1h
|
||||
execution_delta: 1h
|
||||
|
|
Загрузка…
Ссылка в новой задаче