Граф коммитов

150 Коммитов

Автор SHA1 Сообщение Дата
Marlene Hirose 1592e337cf
take rbaffourawuah@mozilla.com off of email list for DAG (#4034)
* take rbaffourawuah@mozilla.com off of email list for DAG

* remove rbaffourawuah@mozilla.com from dags.yaml

* fix formatting and remove another instance of rbaffourawuah@mozilla.com from DAG

* fix order of emails

* modify name to be more explicity

* rename view and folder

* update view name

* update view location

* update view name
2023-07-07 22:25:44 -07:00
Marlene Hirose d8ce0307a5
Ds 2944 create external adjust table redux (#3907)
* add metadata, schema yamls and query.py

* created adjust_derived namespace

* add query.py, metadata, schema, dataset for testing

* delete extraneous file, update DAG name

* modify bqetl_adjust DAG redux

* update DAG name, take out '_derived'

* update table name in view

* standardize table names across files

* regenerate DAG

* update schema in both locations

* add query.py, metadata, schema yaml files

* take put extraneous print statements, update datasets to be 'adjust' or 'adjust_derived'

* add submission date to date_partition_parameter

* update table name to be just one table

* add DAG for adjust_derived

* add bq_etl adjust_derived DAG to yaml file

* add note about API token

* revert changes to bqetl.adjust.py

* use proper tast_id

* fix start dates

* add python command and docker image

* add python command and docker image

* delete extraneous code

* comment out docker part in old adjust dag

* add whitespace, delete extraneous code

* Update sql/moz-fx-data-shared-prod/adjust/adjust_derived/view.sql

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/query.py

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/query.py

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* updated logic to check if response dictionary is not empty, moved view out of nested folder, added token ownership statement to metadata file, turned off email retry in dags.yaml, separated out clean up of json to its own function

* take out extraneous if statement and move else statement

* reorder where comment is to make more sense

* more description as to why we're using mhirose's API token

* take out periods

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/metadata.yaml

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* combine adjust DAGs

* change logic for query_export check loop continuance, adapt metadata.yamls

* add blank parameters test

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/metadata.yaml

Co-authored-by: Anna Scholtz <anna@scholtzan.net>

* add arguments to metadata.yaml

* remove external table reference

* refactor to add date parameter

* refactor based on Circle CI's advice

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/query.py

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Update sql/moz-fx-data-shared-prod/adjust_derived/adjust_derived_v1/query.py

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* take out TODO comment

---------

Co-authored-by: kik-kik <kignasiak@mozilla.com>
Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
Co-authored-by: Anna Scholtz <anna@scholtzan.net>
2023-07-07 15:32:03 -07:00
Frank Bertsch 8d08cec820
Copy App Store tables from Fivetran (#4030)
* Copy App Store tables from Fivetran

* Move dryrun to config

* Generate DAG

* Dont dryrun views

* Add schemas
2023-07-07 14:24:03 -04:00
kik-kik 97d34d46be
reassigning DAG ownership to kik as per "adopt a DAG" doc (#3862)
* reassigning DAG owners as per "adopt a DAG" doc

* removed jeff from bqetl_addons queries
2023-05-31 11:49:11 +02:00
Anna Scholtz b6bcc5143f
Reassign DAG and query ownerships to ascholtz and anicholson (#3867) 2023-05-30 10:05:40 -07:00
kik-kik 46daa24670
feat(DENG-789): making apple ads data accessible (#3847)
* added apple_ads_derived for copying over apple_ad data from the fivetran dataset, and apple_ads views now read from it

* added bqetl_fivetran_apple_ads.py DAG responsible for copying apple_ads data from the fivetran project over to moz-fx-data-shared-prod

* now dryrun skips apple_ads_derived instead of apple_ads as the query now accesses restricted dataset

* added schema files for apple_ads_derived datasets

* added descriptions to schema.yaml files for apple_ads_derived namespace

* added dataset_metadata for apple_ads_derived to include a link to the dbt transformations

* fixed apple_ads view definitions

* removed application label and referenced_tables section inside metadata.yaml for apple_ads as requsted by srose in PR#3847

* corrected source project for apple_ads views

* renamed apple_ads_derived to apple_ads_external

* added * to apple_ads_external namespace name to skip in the dryrun due to integration test deployment

* made tweaks to apple_ads and apple_ads_external datasets/namespaces as requested by whd

* updated apple_ads_external skip rule to the way it is meant to be defined, this will work once a fix is rolled out for dryrun

* fixed dag bqetl_fivetran_apple_ads description and updated the schedule to run once a day
2023-05-26 17:32:19 +02:00
Frank Bertsch 6146d9cdcf
DENG-871 - Add installs_by_country for Fenix (#3767)
* Add installs_by_country for Fenix

* Dont dryrun the query

* Dont dryrun view

* Add chanel to query
2023-05-08 22:24:10 -04:00
richard baffour e5aede7947
Firefox mobile installs from Adjust (#3735) 2023-05-03 21:07:16 -07:00
Glenda Leonard a31072d408
DENG-775 downloads_with_attribution_v2 (#3716)
* DENG-775 Added session_id to JOIN between GA data and stub_attr.stdout.  Also expanded date range on GA session data to [download_date - 2 days, download_date + 1 day]

* Updated query to handle missing GA download_session_id.  It effectively applies V1 logic to the MISSING_GA_CLIENT dl_tokens.
2023-04-26 14:47:34 -04:00
wil stuckey 034e7d8426
Add support for `table_partition_template` in dag task generation (#3710)
* Update domain metadata dag.

* Remove from triage with tags
* Remove telemetry-alerts email
* Add date formatting for monthly partition id

* Add support for `table_partition_format` in dag generation

* Don't add partition format if there's already a destination table

* use the correct name

* Add partition templates for all time partitioning types

* lint fixes

* more docs

* update all dags to include `table_partition_template` parameter.

* don't set if we have a partition offset

* don't add the parameter for the default 'day' partitioning scheme
2023-04-12 10:28:19 -05:00
Anna Scholtz 4e98a40b1e
[Bug 1826618] bqetl status checks (#3706)
* Add check for running SQL query

* Add check for monitoring python script runs
2023-04-05 15:24:09 -07:00
Claas Augner 9964679e48
fix: replace MDN contact email address (#3678)
`mdn@mozilla.com` does not actually exist.
2023-03-27 15:02:25 -04:00
Sean Rose 77eadac067
Retry `bqetl_pocket` DAG tasks for 10 hours rather than 1 hour. (#3635)
Because the files from Pocket may not always be available on time (e.g. bug 1818043).
2023-03-03 15:00:19 -08:00
kik-kik 636cf6bf25
feat(MP-267): Move popularities export to Airflow (#3598)
* added mdn_yari_derived namespace along with mdn_popularities_v1 query to support mdn_popularities DAG inside telemetry-airflow

* added query.py as an alternative to exporting the data

* removed query.sql for mdn_yari.mdn_popularities_v1

* Updated query.py for mdn_popularities_v1 to move the blob to target location and clean up after

* made changes as requested in PR#3598 by akkomar
2023-02-23 10:38:12 +01:00
Daniel Thorn a8ce582f71
Bug 1810236 - Generate additional deletion requests for focus (#3604) 2023-02-22 14:51:06 -08:00
Lucia 2a243c483d
DENG-493 Update DAG for analytics aggregation to run after DAG for unified_metrics. (#3555)
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2023-02-02 13:53:45 +01:00
Curtis Morales 636b150442
search_revenue_levers_daily_v1 table (#3534)
* add new data table search_revenue_levers_daily

* Update sql/moz-fx-data-shared-prod/search_derived/search_revenue_levers_daily_v1/query.sql

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Update sql/moz-fx-data-shared-prod/search_derived/search_revenue_levers_daily_v1/query.sql

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Update sql/moz-fx-data-shared-prod/search_derived/search_revenue_levers_daily_v1/query.sql

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Update sql/moz-fx-data-shared-prod/search_derived/search_revenue_levers_daily_v1/query.sql

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Update sql/moz-fx-data-shared-prod/search_derived/search_revenue_levers_daily_v1/query.sql

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* Restore deleted tasks

* Change DOU to DAU

* Add Bing cohort and tidy query

* Format

* Add schema file for search_revenue_levers_daily

* Add back check for distribution_id and fix tagged_follow_on

* Update dags

* One more generated task

* Be explicit in group by and order

* Fix comment

* Delete commented out line

* Format

* Add acer_cohort table to moz-fx-data-shared-prod

* Rename query to init.sql

* Update acer cohort query

* Delete no longer needed comment

* Drop references to mozdata

* Update sql/moz-fx-data-shared-prod/search_derived/acer_cohort_v1/init.sql

Co-authored-by: akkomar <akkomar@users.noreply.github.com>

* Update sql/moz-fx-data-shared-prod/search_derived/acer_cohort_v1/metadata.yaml

Co-authored-by: akkomar <akkomar@users.noreply.github.com>

* Update schema

* Remove clustering from table

---------

Co-authored-by: Xuan Luo <xluo@mozilla.com>
Co-authored-by: akkomar <akkomar@users.noreply.github.com>
2023-02-01 14:29:49 -05:00
Leli 8b0158c8dc
Add fivetran_costs (#3509)
* Add fivetran_costs

* Add fivetran_costs - adding schemas to all tables and adressing other suggestions

* Add fivetran_costs - renaming tables, adding to the schema

* Add fivetran_costs - adding fivetran-dev

* Add fivetran_costs - adding tests

* Add fivetran_costs - adding tests

* Add fivetran_costs - adding tests

* Add fivetran_costs - adding tests

* implementing suggestions

* rerun dag creation
2023-01-31 16:27:29 +01:00
akkomar a0a4e08a83
Bug 1805722 - Deprecate bqetl_event_rollup (#3542) 2023-01-30 09:35:12 -08:00
Chelsea Troy b98da3cfe6
Add and incrementally populate a table for google ads campaign cost metrics (#3468)
* Add and incrementally populate a table for google ads campaign cost metrics

* Register dag in dags.yaml

* make two strings match that apparently have to match

* Consistentify another thing in the dag

* Reformat a sql file

* Update sql/moz-fx-data-shared-prod/fenix_derived/google_ads_campaign_cost_breakdowns_v1/metadata.yaml

Add update dependency on upstream table

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>

* Small adjustments apropos of review

* Attempt to fix verify-dags-up-to-date

* Evidently there are too many blank lines in the metadata file

* Stop dry running an access denied table
Also raise the line length limit on the linter, which otherwise prevented the needed change

* represent micros more accurately

* Update dags.yaml to include Frank as maintainer

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* rename ad_clicks

* Update sql/moz-fx-data-shared-prod/fenix_derived/google_ads_campaign_cost_breakdowns_v1/query.sql

Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>

* Add conversions to columns of output table

* Group stats table by campaign id and date

* Add revenue generating ad clicks and disambiguate that number from marketing ad clicks

* SO IT TURNS OUT, campaigns with the same ID can have different names over time. This associates the appropriate names with each id so we can sum up metrics by campaign rather than by NAME of campaign.

* ./bqetl format /Users/chelseatroy/mozilla/bigquery-etl/sql/moz-fx-data-shared-prod/fenix_derived/google_ads_campaign_cost_breakdowns_v1/query.sql

* Document the fenix campaign identifier

* ./bqetl format

* ./bqetl dag generate bqetl_campaign_cost_breakdowns

* ./bqetl dag generate bqetl_org_mozilla_firefox_derived

Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
Co-authored-by: Frank Bertsch <frank.bertsch@gmail.com>
2023-01-11 15:58:10 -06:00
Frank Bertsch 175ebb0a29
Add Campaign Conversions by Date table (#3484)
* Create campaign_conversions_by_date table

* Update query for dupes; dont dryrun

* Remove ORDER BY; update description

* Update DAG
2023-01-05 16:15:16 +01:00
Lucia b1f78017bf
Create table, view, DAG for Firefox Android Clients. (#3379)
* Create table, view, DAG for Firefox Android Clients.

* Normalization of adjust_network and install_source in the view, typo. Move dataset from telemetry_derived to fenix_derived.

* DENG-178_ Update logic to use fenix.first_session instead of org_mozilla_firefox, consider pings received after client's first seen date. Use first_run_date as datetime for comparison with metrics datetimes. Remove condition of metrics ping without adjust data to differentiate when a ping is not received and when is empty. Health check date types. Update clustering as adjust data is more likely to  be null. Find deterministic values for fisr_session ping data. Remove uniqueness validation of clients in different metrics pings. Create UDF for the logic of finding the first adjust (value,datetime) pair.

* DENG-178_ Refactor query for readibility and consistency with existing datasets.

* Update clustering and description in metadata. Collect only `first seen` clients & metrics ping data for channel release. Update LEAST for COALESCE to avoid NULL returned. Collect core dimensions from `baseline_clients_first_seen` for data completeness when first_session ping is not reported.

* Delete schema file.

* Reducing duplicated logic, readability. Adding sample_id to the table and the clustering.

* Compare to find first value also for  first_seen_date,submission_date, first_run_date, first_reported_country, first_reported_isp and channel.

* DAG partition parameter NULL. FUll outer join in init to collect ping's data for not yet first_seen clients.

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2022-12-13 15:21:10 -05:00
Frank Bertsch a212c66163
Bug 1803425 - Create clients_yearly table for Fenix clients (#3383)
* Create clients_yearly table for Fenix clients

This table contains a year of history for Fenix.
It utilizes similar logic to search.search_clients_last_seen,
but the naming specifies the year-long byte field.

Currently only looks at Fenix data, which migrated
~2020-09-01; so full data is only available beginning 2021-09-01.

* Add schema for baseline_clients_daily

* Move to referenced tables

* Remove duplicates from baseline_clients_daily

* Add dependency on baseline_clients_daily
2022-12-01 11:21:54 -05:00
Vanessa Sabino 931573b4ea
Activation metric for mobile new profiles (#3347)
* Fenix and Firefox iOS new profile activation metric

* Update DAGs

* parenthesis for readability of between statements

Co-authored-by: Curtis Morales <cmorales@mozilla.com>

* remove redundant filters for incremental build

Co-authored-by: Curtis Morales <cmorales@mozilla.com>
2022-11-30 19:08:17 -05:00
skahmann3 5c6772a5b6
ADPRODUCTS-367: sponsored_tiles_clients_daily (#3203)
* sponsored_tiles_clients_daily

Client-level code for desktop + mobile. Issue with UNION ALL for desktop and mobile tables as the experiments structure is different between the devices

* Delete .pre-commit-config.yaml

* fix: experiments

* initial commit for sponsored tiles clients daily

* Add submission_date

* Clean up dag imports

* Revert import change, add dag to main summary

* Nan's edits

Co-authored-by: Rebecca BurWei <rburwei@mozilla.com>
Co-authored-by: Perry McManis <pmcmanis@mozilla.com>
Co-authored-by: Wil Stuckey <wstuckey@mozilla.com>
Co-authored-by: Curtis Morales <cmorales@mozilla.com>
2022-10-31 10:50:11 -04:00
wil stuckey 6c94f415bc
[DENG-358] New dataset for collecting domain metadata and new top_domains table (#3282)
* New dataset for collecting domain metadata and new top_domains table

* f lint

* Add dag, schema and update to monthly schedule

* lint

* Add required tag and partition column

* format fix

* Explicit column names in the final query

* Fix schema issues
2022-10-19 17:13:43 -05:00
Frank Bertsch f2822b2237
Include crash fields in clients_daily_joined (#3275) 2022-10-14 09:45:09 -04:00
kik-kik 681ac4b73a
feat(): Adding ETL for monitoring_airflow datasets (#3204)
* added sql logic for monitoring_airflow

* bqetl_monitoring_airflow added to dags.yaml

* added .probe_cache/ to gitignore

* generated bqetl_monitoring_airflow dag

* added monitoring_airflow_derived to dryrun ignore as it fails to access fivetran data referenced in this dataset

* moved airflow views and sql files to monitoring dataset

* manually triggering fivetran load of airflow metadata as suggested by @ascholtzan in PR#3204

* added schemas as requested by @scholtzan in PR#3204

* added descriptions to airflow_monitoring datasets

* fixed airflow_dag view folder name

* corrected dryrun ignore for monitoring_derived/airflow*
2022-10-12 10:57:24 +01:00
Frank Bertsch c96d6f7c9f
DENG-323 - Create crashes daily table (#3190)
* DENG-323 - Create crashes daily table

- Crashes daily aggregates per-client, per-day
- View unwraps the aggregate process crashes

* Fix yaml lint

* Disinclude init file

* Make sample_id an int

* Fix schema for single channel
2022-08-30 13:58:47 -04:00
Alekhya 0e51590f91
Add desktop mobile monthly search agg (#3152)
* add desktop+mobile monthly search aggregates

* apply feedback

* generate dag via dags.yaml

* update dag to reference empty tables

* correct yamllint issues
2022-08-18 07:47:22 -04:00
Jeff Klukas ad1d9cb4e4
Set owners for Contextual Services tasks (#3048)
* Set owners for Contextual Services tasks

I made some guesses here about who would make the most sense to own individual
pieces; treat this as a starting point and we can discuss in PR comments to
get this to final state.

* Generate DAGs after rebase

* Respond to review comments

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
Co-authored-by: whd <whd@users.noreply.github.com>
2022-07-21 20:18:23 +00:00
Alexander f486dd1526
RS-306 - ETL for newtab interactions (#3073) 2022-07-18 20:32:03 +00:00
Daniel Thorn 37f0a4bdc1
Make @sean-rose owner for subplat ETL (#3068) 2022-06-30 16:07:33 +00:00
Jeff Klukas d8c886b659
Change ownership of FxA log ETL (#3051)
As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1776156#c4
2022-06-23 18:36:20 +00:00
kik-kik 055a5d96a6
pushing bqetl acoustic dags by 1 hour to see if that resolves sensor issues (#3002) 2022-06-02 15:18:41 +02:00
perrymcmanis144 4e5684416f
Decision support metrics for fog initial commit (#2984)
* decision support metrics for fog initial commit

* reverting overwrite

* init.sql to initialize table

* changing to main_1pct for the time being

* init sql correction

* missing as keyword

* updating dag order

* trying main 1pct

* removed init.sql, added schema.yaml

* update dag to reflect different table wait

* re-generated DAG

* fix tag

* fix tags in dag

* no clustering
2022-06-01 16:00:29 -05:00
Daniel Thorn cb0b9cbee4
Bug 1768419 - Add note to subplat dag docs for airflow triage (#2959)
* Bug 1768419 - Add note to subplat dag docs for airflow triage

* enriched the bqetl_subplat DAG description with a bit more detail regarding expected failures

Co-authored-by: kik-kik <kignasiak01@gmail.com>
2022-06-01 15:54:19 +02:00
Lucia 20bd0301e8
Create derived dataset and DAG for the aggregation of active users. (#2952)
* Create derived dataset and DAG for the aggregation of active users.

* Change APROX_DISTINCT_COUNT for COUNT(DISTINCT)

* Remove join with country lookup to avoid dependencies. Added search measures. Reorder fields for clarity.

* Improve descriptions

* Add clustering by channel

* DAG update

* Clustering based on users most common filtering

* Add notification for analytics DAG

* agg_active_users to query from telemetry_derived.

* Add query to create agg_active_users

* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Add date to init.sql

* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Update sql/mozfun/bytes/zero_right/metadata.yaml

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Modify metadata.yaml for agg_active_users

* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/query.sql

Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>

* Modify metadata.yaml for agg_active_users

* Remove CAST from init.sql for agg_active_users

* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql

* Update project in ini.sql to `moz-fx-data-shared-prod`.

* Update name of aggregation and DAGS for consistency

* Add active_users_aggregates_v1 to align with current naming convention

* Update to active_users_aggregates

* Update query for active_users_aggregates

* Add uri_count and active_hours query for active_users_aggregates

* Format query, update DAG to remove agg_active_users_v1

* Generate DAG to correct CI error.

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
2022-05-12 16:23:50 +02:00
kik-kik c477c0237b
BQETL processes related to Acoustic Fivetran load, new UDF also added (#2900) 2022-05-04 11:40:48 +02:00
Anna Scholtz 0ebc12c207 Update DAG owners 2022-04-20 15:50:12 -07:00
Anna Scholtz bf79dbf6c9 Update main_summary DAG emails 2022-04-20 13:53:24 -07:00
Daniel Thorn 8e47652060
DVPN-89 - Catch all flows at end of day for cjms nonprod (#2873) 2022-04-06 17:31:21 -04:00
Daniel Thorn b229b2e3a5
DVPN-119 - Add ETL for Non-Prod CJMS (#2823) 2022-03-25 14:56:11 -07:00
Jeff Klukas 616d2c8e3c
Bug 1753489 Remove ETL for Firefox Reality (#2767)
* Bug 1753489 Remove ETL for Firefox Reality

Since this product is no longer maintained by Mozilla.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1753489

This is just the first cleanup step. We can remove these datasets and all
content once this PR is merged. But the live/stable tables will require
a separate effort.
2022-03-02 15:03:21 +00:00
kik-kik 8899b46257
updated schedule datetime to run later due to query running with missing data (#2757)
Co-authored-by: kik <=>
2022-02-28 13:01:20 +01:00
Jeff Klukas 2dfd7f1a28
Update impact tag and docs for bqetl_search_terms_daily (#2593)
* Update impact tag and docs for bqetl_search_terms_daily

* Line length
2022-01-10 14:24:49 +00:00
= ea39f32a55 updated owner of socorro_import DAG as per tags google sheet 2022-01-03 14:51:46 +00:00
kik-kik 2a20483099
Add regrets reporter summary table (fixes #2572) (#2574)
* added regrets_reporter_summary query

* regrets_reporter_summary init added

* submission date modified to be dynamic @submission_date

* added labels

* Apply suggestions from code review by @wlach

Fixing SQL logic

Co-authored-by: Will Lachance <wlachance@mozilla.com>

* Apply suggestions from code review by @jklukas

Co-authored-by: Jeff Klukas <jklukas@mozilla.com>

* added metadata.yaml for regrets_reporter_summary view

* added regrets_reporter_summary to dry_run exclusion

* regrets_reporter_summary dag updated

Co-authored-by: = <=>
Co-authored-by: Will Lachance <wlachance@mozilla.com>
Co-authored-by: Jeff Klukas <jklukas@mozilla.com>
2021-12-16 18:14:51 +00:00
= 4dd616cfc4 removed bqetl_asn_aggregates 2021-12-16 15:13:27 +01:00
= b10d620bff updated bqetl_vrbrowser tier 2021-12-16 15:13:27 +01:00