File tree 2 files changed +5
-1
lines changed
sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2347,7 +2347,7 @@ bqetl_ech_adoption_rate:
2347
2347
- repo/bigquery-etl
2348
2348
2349
2349
bqetl_newtab_historical :
2350
- schedule_interval : 0 2 * * *
2350
+ schedule_interval : once
2351
2351
description : |
2352
2352
Load Newtab historical data from GCS into BigQuery
2353
2353
default_args :
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ scheduling:
32
32
# explicit query file path is necessary because the destination table
33
33
# includes a partition identifier that is not in the path
34
34
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
35
39
bigquery :
36
40
time_partitioning :
37
41
type : day
You can’t perform that action at this time.
0 commit comments