Skip to content

Commit 533e8f6

Browse files
chelseatroyscholtzan
authored andcommitted
Collect Newtab Rec Performance Data Closer to When it is Reviewed (#7977)
* Add a DAG for bqetl new tab jobs that should specifically run late enough to capture recent activity relative to when editorial arrives at work in those US time zones * Update description to better reflect the purpose of this DAG Co-authored-by: Anna Scholtz <[email protected]> * Change owner to current Mozillian --------- Co-authored-by: Anna Scholtz <[email protected]>
1 parent a414d64 commit 533e8f6

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

dags.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,25 @@ bqetl_newtab:
848848
tags:
849849
- impact/tier_1
850850

851+
bqetl_newtab_late_morning:
852+
# Facilitates new tab metrics populated from the current calendar day in US time zones
853+
default_args:
854+
depends_on_past: false
855+
email:
856+
857+
858+
email_on_failure: true
859+
email_on_retry: true
860+
end_date: null
861+
862+
retries: 2
863+
retry_delay: 30m
864+
start_date: '2025-08-20'
865+
description: Schedules newtab related queries to run later to capture more recent activity.
866+
schedule_interval: 0 10 * * *
867+
tags:
868+
- impact/tier_1
869+
851870
bqetl_desktop_mobile_search_monthly:
852871
default_args:
853872
depends_on_past: false

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ labels:
99
application: firefox
1010
incremental: true
1111
schedule: daily
12-
dag: bqetl_newtab
12+
dag: bqetl_newtab_late_morning
1313
owner1: mbowerman
1414
table_type: client_level
1515
scheduling:
16-
dag_name: bqetl_newtab
16+
dag_name: bqetl_newtab_late_morning
1717
bigquery:
1818
time_partitioning:
1919
type: day

0 commit comments

Comments
 (0)