pushing bqetl acoustic dags by 1 hour to see if that resolves sensor issues (#3002)

This commit is contained in:
kik-kik 2022-06-02 15:18:41 +02:00 коммит произвёл GitHub
Родитель 4e5684416f
Коммит 055a5d96a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

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