Skip to content

Commit f99ca31

Browse files
AD-850 Fix dependencies on newtab_interactions_hourly_v1 (#7450)
* Stop running and remove dependency on newtab_interactions_historical_legacy_v1 * Update metadta
1 parent e45fe5a commit f99ca31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ bqetl_ech_adoption_rate:
23472347
- repo/bigquery-etl
23482348

23492349
bqetl_newtab_historical:
2350-
schedule_interval: 0 2 * * *
2350+
schedule_interval: once
23512351
description: |
23522352
Load Newtab historical data from GCS into BigQuery
23532353
default_args:

sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ scheduling:
3232
# explicit query file path is necessary because the destination table
3333
# includes a partition identifier that is not in the path
3434
sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/query.sql
35+
referenced_tables: []
36+
depends_on:
37+
- task_id: ads_derived__interaction_aggregates_hourly__v1
38+
dag_name: private_bqetl_ads_hourly
3539
bigquery:
3640
time_partitioning:
3741
type: day

0 commit comments

Comments
 (0)