2020-10-30 03:24:55 +03:00
|
|
|
---
|
2020-06-03 20:49:11 +03:00
|
|
|
bqetl_error_aggregates:
|
|
|
|
schedule_interval: 3h
|
|
|
|
default_args:
|
|
|
|
owner: bewu@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
email:
|
|
|
|
[
|
|
|
|
"telemetry-alerts@mozilla.com",
|
|
|
|
"bewu@mozilla.com",
|
|
|
|
"wlachance@mozilla.com",
|
|
|
|
]
|
|
|
|
start_date: "2019-11-01"
|
2020-06-03 20:49:11 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 20m
|
|
|
|
depends_on_past: false
|
2020-05-22 03:01:42 +03:00
|
|
|
|
2020-05-30 01:42:22 +03:00
|
|
|
bqetl_ssl_ratios:
|
2020-07-10 20:33:34 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-01-30 02:04:42 +03:00
|
|
|
description: The DAG schedules SSL ratios queries.
|
2020-05-30 01:42:22 +03:00
|
|
|
default_args:
|
2020-10-30 03:24:55 +03:00
|
|
|
owner: chutten@mozilla.com
|
|
|
|
start_date: "2019-07-20"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "chutten@mozilla.com"]
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-05-30 01:42:22 +03:00
|
|
|
|
2020-06-03 16:44:02 +03:00
|
|
|
bqetl_amo_stats:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
# yamllint disable rule:line-length
|
|
|
|
description: >-
|
|
|
|
Add-on download and install statistics to power the
|
|
|
|
[addons.mozilla.org](https://addons.mozilla.org) (AMO) stats pages.
|
|
|
|
|
|
|
|
See the [post on the Add-Ons Blog](https://blog.mozilla.org/addons/2020/06/10/improvements-to-statistics-processing-on-amo/).
|
|
|
|
# yamllint enable rule:line-length
|
2020-06-03 16:44:02 +03:00
|
|
|
default_args:
|
2020-10-30 03:24:55 +03:00
|
|
|
owner: jklukas@mozilla.com
|
|
|
|
start_date: "2020-06-01"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-06-03 16:44:02 +03:00
|
|
|
|
2020-06-05 20:31:07 +03:00
|
|
|
bqetl_vrbrowser:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
Custom ETL based on Glean pings from Mozilla VR Browser.
|
2020-06-05 20:31:07 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email:
|
|
|
|
[
|
|
|
|
"telemetry-alerts@mozilla.com",
|
|
|
|
"jklukas@mozilla.com",
|
|
|
|
"ascholtz@mozilla.com",
|
|
|
|
]
|
2020-06-05 20:31:07 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
|
|
|
|
2020-06-05 21:36:53 +03:00
|
|
|
bqetl_core:
|
2020-07-10 20:33:34 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description:
|
|
|
|
Tables derived from the legacy telemetry `core` ping sent by various
|
|
|
|
mobile applications.
|
2020-06-05 21:36:53 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-06-05 21:36:53 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
|
|
|
|
2020-06-05 22:41:31 +03:00
|
|
|
bqetl_nondesktop:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2020-06-05 22:41:31 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-06-05 22:41:31 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
|
|
|
|
2020-06-08 23:04:50 +03:00
|
|
|
bqetl_mobile_search:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2020-06-08 23:04:50 +03:00
|
|
|
default_args:
|
|
|
|
owner: bewu@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "bewu@mozilla.com"]
|
2020-06-08 23:04:50 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
|
|
|
|
2020-07-14 14:58:11 +03:00
|
|
|
bqetl_fxa_events:
|
|
|
|
schedule_interval: 30 1 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
Copies data from a Firefox Accounts (FxA) project. Those source tables
|
|
|
|
are populated via Cloud Logging (Stackdriver). We hash various fields
|
|
|
|
as part of the import.
|
|
|
|
|
|
|
|
The DAG also provides daily aggregations on top of the raw log data,
|
|
|
|
which eventually power high-level reporting about FxA usage.
|
2020-07-14 14:58:11 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-03-01"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-07-14 14:58:11 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 10m
|
|
|
|
|
2021-02-02 17:07:16 +03:00
|
|
|
bqetl_mozilla_vpn:
|
|
|
|
# Depends on bqetl_fxa_events, so run a bit after that one.
|
|
|
|
schedule_interval: 45 1 * * *
|
|
|
|
default_args:
|
|
|
|
owner: dthorn@mozilla.com
|
|
|
|
start_date: "2020-10-08"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "dthorn@mozilla.com"]
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-06-09 01:39:19 +03:00
|
|
|
bqetl_gud:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description:
|
|
|
|
Optimized tables that power the
|
|
|
|
[Mozilla Growth and Usage Dashboard](https://gud.telemetry.mozilla.org).
|
2020-06-09 01:39:19 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-06-09 01:39:19 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
2020-06-10 23:18:48 +03:00
|
|
|
|
|
|
|
bqetl_messaging_system:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
Daily aggregations on top of pings sent for the `messaging_system`
|
|
|
|
namespace by desktop Firefox.
|
2020-06-10 23:18:48 +03:00
|
|
|
default_args:
|
|
|
|
owner: najiang@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "najiang@mozilla.com"]
|
2020-06-10 23:18:48 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
2020-06-12 02:19:20 +03:00
|
|
|
|
|
|
|
bqetl_activity_stream:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
Daily aggregations on top of pings sent for the `activity_stream`
|
|
|
|
namespace by desktop Firefox. These are largely related to activity
|
|
|
|
on the newtab page and engagement with Pocket content.
|
2020-06-12 02:19:20 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2019-07-25"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-06-12 02:19:20 +03:00
|
|
|
retries: 1
|
|
|
|
retry_delay: 5m
|
2020-06-12 01:54:40 +03:00
|
|
|
|
|
|
|
bqetl_search:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2020-06-12 01:54:40 +03:00
|
|
|
default_args:
|
|
|
|
owner: bewu@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2018-11-27"
|
|
|
|
email:
|
|
|
|
["telemetry-alerts@mozilla.com", "bewu@mozilla.com", "frank@mozilla.com"]
|
2020-06-12 01:54:40 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-06-13 00:14:57 +03:00
|
|
|
|
|
|
|
bqetl_addons:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2020-06-13 00:14:57 +03:00
|
|
|
default_args:
|
|
|
|
owner: bmiroglio@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2018-11-27"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "bmiroglio@mozilla.com"]
|
2020-06-13 00:14:57 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-06-23 19:22:41 +03:00
|
|
|
|
|
|
|
bqetl_devtools:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
Summarizes usage of the Dev Tools component of desktop Firefox.
|
2020-06-23 19:22:41 +03:00
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2018-11-27"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "jklukas@mozilla.com"]
|
2020-06-23 19:22:41 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-06-24 23:40:24 +03:00
|
|
|
bqetl_main_summary:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 2 * * *
|
2021-02-02 22:53:13 +03:00
|
|
|
description: >-
|
|
|
|
General-purpose derived tables for analyzing usage of desktop Firefox.
|
|
|
|
This is one of our highest-impact DAGs and should be handled carefully.
|
2020-06-24 23:40:24 +03:00
|
|
|
default_args:
|
|
|
|
owner: dthorn@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2018-11-27"
|
|
|
|
email:
|
|
|
|
[
|
|
|
|
"telemetry-alerts@mozilla.com",
|
|
|
|
"dthorn@mozilla.com",
|
|
|
|
"jklukas@mozilla.com",
|
|
|
|
"frank@mozilla.com",
|
|
|
|
]
|
2020-06-24 23:40:24 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-06-25 22:44:37 +03:00
|
|
|
bqetl_experiments_daily:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2021-01-30 02:04:42 +03:00
|
|
|
description: >
|
|
|
|
The DAG schedules queries that query experimentation related
|
|
|
|
metrics (enrollments, search, ...) from stable tables to finalize
|
|
|
|
numbers of experiment monitoring datasets for a specific date.
|
2020-06-25 00:42:55 +03:00
|
|
|
default_args:
|
2021-01-14 00:53:32 +03:00
|
|
|
owner: ascholtz@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2018-11-27"
|
2021-01-14 00:53:32 +03:00
|
|
|
email: ["telemetry-alerts@mozilla.com", "ascholtz@mozilla.com"]
|
2020-06-25 00:42:55 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-07-10 20:33:34 +03:00
|
|
|
bqetl_document_sample:
|
|
|
|
schedule_interval: daily
|
|
|
|
default_args:
|
|
|
|
owner: amiyaguchi@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-02-17"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "amiyaguchi@mozilla.com"]
|
2020-07-10 20:33:34 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-07-11 00:09:59 +03:00
|
|
|
bqetl_asn_aggregates:
|
|
|
|
schedule_interval: 0 2 * * *
|
2021-01-30 02:04:42 +03:00
|
|
|
description: The DAG schedules ASN aggregates queries.
|
2020-07-11 00:09:59 +03:00
|
|
|
default_args:
|
|
|
|
owner: ascholtz@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-04-05"
|
|
|
|
email: ["ascholtz@mozilla.com", "tdsmith@mozilla.com"]
|
2020-07-11 00:09:59 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-05-30 01:42:22 +03:00
|
|
|
# DAG for exporting query data marked as public to GCS
|
2020-10-30 03:24:55 +03:00
|
|
|
# queries should not be explicitly assigned to this DAG (done automatically)
|
2020-06-01 22:40:03 +03:00
|
|
|
bqetl_public_data_json:
|
2020-07-10 22:35:45 +03:00
|
|
|
schedule_interval: 0 4 * * *
|
2021-01-30 02:25:05 +03:00
|
|
|
description: The DAG exports query data marked as public to GCS
|
2020-05-30 01:42:22 +03:00
|
|
|
default_args:
|
|
|
|
owner: ascholtz@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-04-14"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "ascholtz@mozilla.com"]
|
2020-05-30 01:42:22 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-07-01 07:44:40 +03:00
|
|
|
|
|
|
|
bqetl_internet_outages:
|
2020-07-09 19:27:02 +03:00
|
|
|
schedule_interval: 0 3 * * *
|
2021-03-10 01:25:01 +03:00
|
|
|
description: >
|
2021-01-30 02:25:05 +03:00
|
|
|
DAG for building the internet outages datasets.
|
|
|
|
See [bug 1640204](https://bugzilla.mozilla.org/show_bug.cgi?id=1640204).
|
2020-07-01 07:44:40 +03:00
|
|
|
default_args:
|
|
|
|
owner: aplacitelli@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-01-01"
|
|
|
|
email: ["aplacitelli@mozilla.com", "sguha@mozilla.com"]
|
2020-07-01 07:44:40 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-07-13 21:11:06 +03:00
|
|
|
|
|
|
|
bqetl_deletion_request_volume:
|
|
|
|
schedule_interval: 0 1 * * *
|
|
|
|
default_args:
|
|
|
|
owner: dthorn@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-06-29"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "dthorn@mozilla.com"]
|
2020-07-13 21:11:06 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-09-11 01:50:45 +03:00
|
|
|
|
2020-09-23 22:28:25 +03:00
|
|
|
bqetl_fenix_event_rollup:
|
|
|
|
schedule_interval: 0 2 * * *
|
2020-09-11 01:50:45 +03:00
|
|
|
default_args:
|
|
|
|
owner: frank@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-09-09"
|
|
|
|
email: ["frank@mozilla.com"]
|
2020-09-23 22:28:25 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-10-06 01:10:01 +03:00
|
|
|
bqetl_stripe:
|
|
|
|
schedule_interval: daily
|
|
|
|
default_args:
|
|
|
|
owner: dthorn@mozilla.com
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-10-05"
|
|
|
|
email: ["telemetry-alerts@mozilla.com", "dthorn@mozilla.com"]
|
2020-10-06 01:10:01 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 5m
|
2020-10-09 20:18:30 +03:00
|
|
|
|
2020-10-17 00:37:30 +03:00
|
|
|
bqetl_org_mozilla_fenix_derived:
|
|
|
|
default_args:
|
|
|
|
depends_on_past: false
|
|
|
|
email:
|
2020-10-30 03:24:55 +03:00
|
|
|
- amiyaguchi@mozilla.com
|
|
|
|
- telemetry-alerts@mozilla.com
|
2020-10-17 00:37:30 +03:00
|
|
|
email_on_failure: true
|
|
|
|
email_on_retry: true
|
|
|
|
owner: amiyaguchi@mozilla.com
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-10-30 03:24:55 +03:00
|
|
|
start_date: "2020-10-18"
|
2020-10-17 00:37:30 +03:00
|
|
|
schedule_interval: daily
|
2020-10-29 00:40:45 +03:00
|
|
|
|
|
|
|
bqetl_google_analytics_derived:
|
2020-11-04 22:47:32 +03:00
|
|
|
# GA export runs at 15:00 UTC so there's an effectively 2-day delay on ETL
|
|
|
|
schedule_interval: 0 23 * * *
|
2020-10-29 00:40:45 +03:00
|
|
|
default_args:
|
|
|
|
owner: bewu@mozilla.com
|
|
|
|
email: ['bewu@mozilla.com']
|
|
|
|
start_date: '2020-10-31'
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-11-10 23:44:03 +03:00
|
|
|
|
|
|
|
bqetl_monitoring:
|
|
|
|
schedule_interval: 0 2 * * *
|
2021-01-30 02:25:05 +03:00
|
|
|
description: >
|
|
|
|
This DAG schedules queries and scripts for populating datasets
|
|
|
|
used for monitoring of the data platform.
|
2020-11-10 23:44:03 +03:00
|
|
|
default_args:
|
|
|
|
owner: ascholtz@mozilla.com
|
|
|
|
email: ['ascholtz@mozilla.com']
|
2020-11-17 19:50:51 +03:00
|
|
|
start_date: '2018-10-30'
|
2020-11-12 17:10:07 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
|
|
|
bqetl_event_rollup:
|
|
|
|
schedule_interval: 0 3 * * *
|
|
|
|
default_args:
|
|
|
|
owner: frank@mozilla.com
|
|
|
|
start_date: "2020-11-03"
|
|
|
|
email: ["frank@mozilla.com"]
|
2020-11-10 23:44:03 +03:00
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2020-11-30 23:34:55 +03:00
|
|
|
|
|
|
|
bqetl_marketing_fetch:
|
|
|
|
schedule_interval: 0 1 * * 1
|
|
|
|
default_args:
|
|
|
|
owner: bewu@mozilla.com
|
|
|
|
email: ["bewu@mozilla.com"]
|
|
|
|
start_date: '2020-11-30'
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
|
2020-12-15 02:27:14 +03:00
|
|
|
bqetl_search_dashboard:
|
|
|
|
default_args:
|
|
|
|
depends_on_past: false
|
|
|
|
email:
|
2021-03-10 01:25:01 +03:00
|
|
|
- telemetry-alerts@mozilla.com
|
|
|
|
- ssuh@mozilla.com
|
2020-12-15 02:27:14 +03:00
|
|
|
email_on_failure: true
|
|
|
|
email_on_retry: true
|
|
|
|
owner: ssuh@mozilla.com
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
start_date: '2020-12-14'
|
|
|
|
schedule_interval: 0 4 * * *
|
|
|
|
|
2020-12-11 23:05:50 +03:00
|
|
|
bqetl_desktop_platform:
|
|
|
|
schedule_interval: 0 3 * * *
|
|
|
|
default_args:
|
|
|
|
owner: jklukas@mozilla.com
|
2020-12-15 20:41:30 +03:00
|
|
|
start_date: "2018-11-01"
|
2020-12-11 23:05:50 +03:00
|
|
|
email:
|
|
|
|
[
|
|
|
|
"telemetry-alerts@mozilla.com",
|
|
|
|
"jklukas@mozilla.com",
|
|
|
|
"yzenevich@mozilla.com",
|
|
|
|
]
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2021-02-11 17:43:34 +03:00
|
|
|
|
|
|
|
bqetl_internal_tooling:
|
|
|
|
description: >
|
|
|
|
This DAG schedules queries for populating queries related to Mozilla's
|
|
|
|
internal developer tooling (e.g. mozregression).
|
|
|
|
default_args:
|
|
|
|
depends_on_past: false
|
|
|
|
email:
|
2021-03-10 01:25:01 +03:00
|
|
|
- wlachance@mozilla.com
|
|
|
|
- telemetry-alerts@mozilla.com
|
2021-02-11 17:43:34 +03:00
|
|
|
email_on_failure: true
|
|
|
|
email_on_retry: true
|
|
|
|
end_date: null
|
|
|
|
owner: wlachance@mozilla.com
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
start_date: '2020-06-01'
|
|
|
|
schedule_interval: 0 4 * * *
|
2021-03-10 22:27:32 +03:00
|
|
|
|
|
|
|
bqetl_release_criteria:
|
|
|
|
schedule_interval: daily
|
|
|
|
default_args:
|
|
|
|
owner: perf-pmo@mozilla.com
|
|
|
|
start_date: "2020-12-03"
|
|
|
|
email:
|
|
|
|
- telemetry-alerts@mozilla.com
|
|
|
|
- dthorn@mozilla.com
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2021-03-12 00:55:21 +03:00
|
|
|
|
|
|
|
bqetl_pocket:
|
|
|
|
default_args:
|
|
|
|
depends_on_past: false
|
|
|
|
email:
|
|
|
|
- jklukas@mozilla.com
|
|
|
|
- telemetry-alerts@mozilla.com
|
|
|
|
email_on_failure: true
|
|
|
|
email_on_retry: true
|
|
|
|
owner: jklukas@mozilla.com
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
|
|
|
start_date: '2021-03-10'
|
|
|
|
description: |
|
|
|
|
Import of data from Pocket's Snowflake warehouse.
|
|
|
|
|
|
|
|
Originally created for [Bug 1695336](
|
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1695336).
|
|
|
|
schedule_interval: 0 12 * * *
|
2021-03-17 21:03:54 +03:00
|
|
|
|
|
|
|
bqetl_adm_engagements_daily:
|
2021-03-24 17:15:23 +03:00
|
|
|
schedule_interval: 0 4 * * *
|
2021-03-17 21:03:54 +03:00
|
|
|
description: adMarketplace engagement queries
|
|
|
|
default_args:
|
|
|
|
owner: akomar@mozilla.com
|
|
|
|
start_date: '2020-01-01'
|
|
|
|
email: ['akomar@mozilla.com']
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|
2021-03-16 18:49:17 +03:00
|
|
|
|
|
|
|
bqetl_desktop_funnel:
|
|
|
|
description: >
|
|
|
|
This DAG schedules desktop funnel queries used to power the
|
|
|
|
[Numbers that Matter dashboard](https://protosaur.dev/numbers-that-matter/)
|
2021-03-19 22:20:05 +03:00
|
|
|
schedule_interval: 0 4 * * *
|
2021-03-16 18:49:17 +03:00
|
|
|
default_args:
|
|
|
|
owner: ascholtz@mozilla.com
|
|
|
|
start_date: "2021-01-01"
|
|
|
|
email:
|
|
|
|
[
|
|
|
|
"telemetry-alerts@mozilla.com",
|
|
|
|
"ascholtz@mozilla.com",
|
|
|
|
]
|
|
|
|
retries: 2
|
|
|
|
retry_delay: 30m
|