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 smoot_usage v1 queries #460

Merged
merged 2 commits into from
Nov 1, 2019
Merged
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
16 changes: 16 additions & 0 deletions GRAVEYARD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# bigquery-etl Code Graveyard

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

## Smoot Usage v1

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

The `smoot_usage_*_v1*` tables used a python file to generate the desktop,
nondesktop, and FxA variants, but have been replaced by v2 tables that make
some different design decisions. One of the main drawbacks of v1 was that
we had to completely recreate the final `smoot_usage_all_mtr` table for all
history every day, which had started to take on order 1 hour to run. The
v2 tables instead define a `day_0` view and a `day_13` view and relies on
the Growth and Usage Dashboard (GUD) to query them separately and join the
results together at query time.
4 changes: 0 additions & 4 deletions sql/telemetry/smoot_usage_all_mtr_v1/query.sql

This file was deleted.

21 changes: 0 additions & 21 deletions sql/telemetry/smoot_usage_all_v1/view.sql

This file was deleted.

114 changes: 0 additions & 114 deletions sql/telemetry/smoot_usage_desktop_raw_v1/query.sql

This file was deleted.

76 changes: 0 additions & 76 deletions sql/telemetry/smoot_usage_desktop_v1/view.sql

This file was deleted.

95 changes: 0 additions & 95 deletions sql/telemetry/smoot_usage_fxa_raw_v1/query.sql

This file was deleted.

Loading