Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy per-app Glean usage ETL #895

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions GRAVEYARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This document records interesting code that we've deleted for the sake of discoverability for the future.

## Fenix and VR Browser `clients_daily` and `clients_last_seen`

- [Removal PR](https://github.com/mozilla/bigquery-etl/pull/895)

We now dynamically discover Glean baseline tables, creating `baseline_clients_daily`
and `baseline_clients_last_seen` tables for each Glean application that sends
baseline pings. We had similar per-app queries defined for Fenix and VR Browser,
but these are now being removed in favor of the generic baseline ping ETL.

There is some loss of functionality here, because we were previously
pulling in some fields from metrics pings; we may want to reference these in
the future if we find need to include metrics or other ping info in this ETL.

## Smoot Usage v1

- [Removal PR](https://github.com/mozilla/bigquery-etl/pull/460)
Expand Down
4 changes: 0 additions & 4 deletions script/dryrun
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ SKIP = {
"sql/search/search_rfm/view.sql",
"sql/telemetry_derived/deviations_v1/query.sql",
# Already exists (and lacks an "OR REPLACE" clause)
"sql/org_mozilla_firefox_derived/clients_first_seen_v1/init.sql",
"sql/org_mozilla_firefox_derived/clients_last_seen_v1/init.sql",
"sql/org_mozilla_fenix_derived/clients_last_seen_v1/init.sql",
"sql/org_mozilla_vrbrowser_derived/clients_last_seen_v1/init.sql",
"sql/telemetry_derived/core_clients_last_seen_v1/init.sql",
"sql/telemetry/fxa_users_last_seen_raw_v1/init.sql",
"sql/telemetry_derived/core_clients_first_seen_v1/init.sql",
Expand Down
21 changes: 0 additions & 21 deletions sql/org_mozilla_fenix/clients_last_seen/view.sql

This file was deleted.

104 changes: 0 additions & 104 deletions sql/org_mozilla_fenix_derived/clients_daily_v1/query.sql

This file was deleted.

25 changes: 0 additions & 25 deletions sql/org_mozilla_fenix_derived/clients_last_seen_v1/init.sql

This file was deleted.

49 changes: 0 additions & 49 deletions sql/org_mozilla_fenix_derived/clients_last_seen_v1/query.sql

This file was deleted.

7 changes: 0 additions & 7 deletions sql/org_mozilla_firefox/baseline_daily/view.sql

This file was deleted.

17 changes: 0 additions & 17 deletions sql/org_mozilla_firefox/clients_last_seen/view.sql

This file was deleted.

7 changes: 0 additions & 7 deletions sql/org_mozilla_firefox/metrics_daily/view.sql

This file was deleted.

10 changes: 0 additions & 10 deletions sql/org_mozilla_firefox_derived/baseline_daily_v1/metadata.yaml

This file was deleted.

Loading