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

22 Коммитов

Автор SHA1 Сообщение Дата
Lucia 29fc585874
Temporarily add active_users v3 to codeowners until v4 backfill is completed. (#6534) 2024-11-20 13:14:18 +00:00
Lucia 92b7098f50
Prepare active_users_aggregates for a backfill with shredder mitigation. (#6349)
* Prepare active_users_aggregates for a backfill with shredder mitigation. Rename columns [first_seen_date, os_version, segment] to cascade upstream changes during the backfill for stable numbers.

* Update CODEOWNERS with the new version.

* Avoid modifying the active_users_aggregates view until the new version is backfilled. Remove the view generation from the new version which conflicts with previous version.

* Generate DAG with version.

* Adjust schema to query.

* Ensure attribution columns are present in mobile's schema.

* Convert NULLS in city to '??' as required by existing data.

* Remove uri_count, active_hours from views. Missing 'AS' added to to query.
2024-11-18 20:20:22 +00:00
Alekhya 9d2ba6e20d
Separate DAU metrics into `search_dau_aggregates` table (#6000)
* Separate DAU metrics

* Combine desktop + mobile DAU queries

* Fix CI failure

Fix CI failure

* Remove eligible markets, reduce group bys

* Update desktop DAU and revert new mobile bug

* Fix sql file format

---------

Co-authored-by: skahmann3 <16420065+skahmann3@users.noreply.github.com>
2024-08-13 20:52:38 -04:00
skahmann3 3a29a82243
[RS-1091: client-level DAU] update query to adjust for default engine bugs (#5937)
* remove old default engine dau, update engaged dau to remove default

* Fix sql format

---------

Co-authored-by: Alekhya Kommasani <akommasani@mozilla.com>
Co-authored-by: Alekhya <88394696+alekhyamoz@users.noreply.github.com>
2024-07-18 10:43:22 -04:00
whd 72557a99ad
CODEOWNERS: add correct active user aggregates sql generation prefix (#5821)
Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
2024-06-21 13:46:34 +02:00
Sean Rose 369b05aa26
Fix typo in `CODEOWNERS` path for `search_derived.search_revenue_levers_daily_v1`. (#4837) 2024-01-16 15:05:42 -08:00
Lucia 4713408daf
DENG-1911 Update DAU definition for mobile (#4515)
* Add QDAU definition for mobile and publish as DAU in telemetry.active_users_aggregates.

* DENG-1833. submission_date parameter back.

* DENG-1833. Reformat.

* Add QDAU definition for mobile and publish as DAU in telemetry.active_users_aggregates.

* DENG-1833. submission_date parameter back.

* DENG-1833. Reformat.

* DENG-1833. Remove unrequired filter.

* DENG-1911. Rename dau to all_dau and qdau to dau.

* DENG-1911. Upgrade active_users_aggregates table version due to change in metric definition.

* DENG-1911. Update naming to daily_users metric.

* DENG-1911. Update metadata.

* DENG-1911. Update change control.

---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2024-01-08 19:11:50 +01:00
Daniel Thorn 35346f9fa4
Revert "Temporarily add curtis to CODEOWNERS until he can be added to group (#4665)" (#4669)
This reverts commit 8d94a86017.
2023-12-11 11:31:37 -08:00
Daniel Thorn 8d94a86017
Temporarily add curtis to CODEOWNERS until he can be added to group (#4665) 2023-12-07 13:20:04 -08:00
Marlene Hirose 7040463033
add query_id and username columns to bigquery_usage_v2 table - joinin… (#4203)
* add query_id and username columns to bigquery_usage_v2 table - joining JOBS_BY_ORG and JOBS_BY_PROJECT tables

* change jobs_by_project query to use variable {project} instead of

* adjust formatting

* refactor query to use jobs_by_organization_derived table

* remove data ops from codeowner of bigquery_table_usage_v2

* add marlene as a code owner to the bigquery_table_usage_v2 table

* add marlene as owner to DAG for bq_table_usage_v2
2023-09-22 10:15:37 -07:00
Marlene Hirose 8b44fc4856
change underscore to dot to properly identify field: query_info.query… (#4257)
* change underscore to dot to properly identify field: query_info.query_hashes.normalized_literals

* add mozilla/dataops for jobs_by_org_v1 to CODEOWNERS file
2023-09-07 12:44:56 -07:00
Alekhya 0744361f48
Add change control to revenue levers table (#4138)
* Add change control to revenue levers table

* Fix build error

Fix build error

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

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

* Update sql/moz-fx-data-shared-prod/contextual_services_derived/suggest_revenue_levers_daily_v1/metadata.yaml

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

---------

Co-authored-by: skahmann3 <16420065+skahmann3@users.noreply.github.com>
Co-authored-by: Lucia <30448600+lucia-vargas-a@users.noreply.github.com>
2023-08-15 16:06:13 -04:00
Alekhya fa47c7055b
DS-2998- Add attribution data to aua to mobile tables (#4153)
* DS-2998- Add attribution data to aua

Add att to aua

Fix sql format CI error

Fix CI Issue

* Fix the mobile scripts

Generate dags to fix CI

* Fix desktop query to remove um reference

Fix dag generate

Generate dags

* Regenerate firefox_ios and kpi_shredder dag

* Remove desktop query and bump mobile versions to v2

* Change to v2 for CODEOWNERS file

* revert desktop sql template to remove attr cols

* Incorporate changes based on Lucia's feedback

* Remove search columns from the final view
2023-08-10 14:47:20 -04:00
Winnie Chan ae2edf2234
DENG-1052 Added bigquery_usage_v2 table (#3978)
* Added bigquery_usage_v2 table
2023-07-10 09:09:20 -07:00
Alekhya 7a0ab280a2
Add change control to the request payload tables (#3833)
* add change control to the request payload tables

* add change control label

* removed the views from CODEOWNERS file
2023-05-26 10:37:22 -04:00
Lucia 9a027498ad
RS-722 Update CODEOWNERS. (#3860)
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2023-05-25 13:37:40 -04:00
Lucia 9d4a7b4fb2
DENG-847. Update CODEOWNERS with Active Users sql_generators absolute path and alphabetically organized. (#3768)
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2023-05-10 15:06:31 +02:00
Lucia c34653778f
DENG-774 Change Control for active_users_aggregates (#3687)
* DENG-774 Add change control to active_users_aggregates and test.

* DENG-774 Add test coverage.
---------

Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
2023-04-14 15:49:19 +02:00
Jeff Klukas 4bbd704eea
DSRE-695 Remove search-terms restrictions from quicksuggest ETL (#2908)
See https://mozilla-hub.atlassian.net/browse/DSRE-695
2022-06-21 20:44:30 +00:00
whd 627b0d15d8
Add CODEOWNERS and restricted access datasets documentation (#2524) 2021-12-21 20:25:05 +00:00
Jeff Klukas d4f07ab513 Delete CODEOWNERS
Per discussion in Data Platform team meeting, we are not adopting CODEOWNERS as a team for now and will reevaluate in the future.
2019-09-27 12:27:36 -04:00
Jeff Klukas afd1384f9f Add a CODEOWNERS file (#302)
This minimal CODEOWNERS file will automatically tag relud and jklukas
for review on PRs in this repository.

It's my assumption that we generally want to be aware of changes
happening here, so getting auto-tagged is a good thing, but let me
know if you disagree.
2019-08-21 12:27:18 -07:00