Fix desktop_tiles_forecast_inputs submission_month parameter and move query to dryrun skip list (#6227)
* Fix desktop_tiles_forecast_inputs submission_month parameter and move query to dryrun skip list * Update sql/moz-fx-data-shared-prod/ads_derived/desktop_tiles_forecast_inputs_v1/metadata.yaml Co-authored-by: Ben Wu <12437227+BenWu@users.noreply.github.com> * Update sql/moz-fx-data-shared-prod/ads_derived/desktop_tiles_forecast_inputs_v1/metadata.yaml Co-authored-by: Ben Wu <12437227+BenWu@users.noreply.github.com> --------- Co-authored-by: Ben Wu <12437227+BenWu@users.noreply.github.com>
This commit is contained in:
Родитель
7cf1f718c4
Коммит
cebe9ca32b
|
@ -161,6 +161,7 @@ dry_run:
|
|||
- sql/moz-fx-data-shared-prod/telemetry_derived/main_1pct_v1/query.sql
|
||||
- sql/moz-fx-data-shared-prod/fenix_derived/android_onboarding_v1/query.sql
|
||||
# Query parameter not found
|
||||
- sql/moz-fx-data-shared-prod/ads_derived/desktop_tiles_forecast_inputs_v1/query.sql
|
||||
- sql/moz-fx-data-shared-prod/telemetry_derived/experiments_v1/query.sql
|
||||
- sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_scalar_aggregates_v1/query.sql
|
||||
- sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_keyed_scalar_aggregates_v1/query.sql
|
||||
|
|
|
@ -14,10 +14,10 @@ labels:
|
|||
scheduling:
|
||||
dag_name: bqetl_ads
|
||||
destination_table: >-
|
||||
desktop_tiles_forecast_inputs_v1${{ds.strftime("%Y%m01")}}
|
||||
desktop_tiles_forecast_inputs_v1${{logical_date.strftime("%Y%m01")}}
|
||||
parameters:
|
||||
- >-
|
||||
submission_month:DATE:{{ds.strftime('%Y-%m-01')}}
|
||||
submission_month:DATE:{{logical_date.strftime('%Y-%m-01')}}
|
||||
query_file_path:
|
||||
# explicit query file path is necessary because the destination table
|
||||
# includes a partition identifier that is not in the path
|
||||
|
|
Загрузка…
Ссылка в новой задаче