pushing bqetl acoustic dags by 1 hour to see if that resolves sensor issues (#3002)
This commit is contained in:
Родитель
4e5684416f
Коммит
055a5d96a6
|
@ -719,7 +719,7 @@ bqetl_cjms_nonprod:
|
|||
- impact/tier_3
|
||||
|
||||
bqetl_acoustic_contact_export:
|
||||
schedule_interval: 0 8 * * *
|
||||
schedule_interval: 0 9 * * *
|
||||
description: |
|
||||
Processing data loaded by
|
||||
fivetran_acoustic_contact_export
|
||||
|
@ -734,7 +734,7 @@ bqetl_acoustic_contact_export:
|
|||
- impact/tier_3
|
||||
|
||||
bqetl_acoustic_raw_recipient_export:
|
||||
schedule_interval: 0 8 * * *
|
||||
schedule_interval: 0 9 * * *
|
||||
description: |
|
||||
Processing data loaded by
|
||||
fivetran_acoustic_raw_recipient_export
|
||||
|
|
|
@ -39,7 +39,7 @@ tags = ["impact/tier_3", "repo/bigquery-etl"]
|
|||
with DAG(
|
||||
"bqetl_acoustic_contact_export",
|
||||
default_args=default_args,
|
||||
schedule_interval="0 8 * * *",
|
||||
schedule_interval="0 9 * * *",
|
||||
doc_md=docs,
|
||||
tags=tags,
|
||||
) as dag:
|
||||
|
|
|
@ -39,7 +39,7 @@ tags = ["impact/tier_3", "repo/bigquery-etl"]
|
|||
with DAG(
|
||||
"bqetl_acoustic_raw_recipient_export",
|
||||
default_args=default_args,
|
||||
schedule_interval="0 8 * * *",
|
||||
schedule_interval="0 9 * * *",
|
||||
doc_md=docs,
|
||||
tags=tags,
|
||||
) as dag:
|
||||
|
|
Загрузка…
Ссылка в новой задаче