This commit is contained in:
Anna Scholtz 2020-07-08 13:18:01 -07:00
Родитель 804ea6919a
Коммит 9928da015c
28 изменённых файлов: 29 добавлений и 29 удалений

Просмотреть файл

@ -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