forked from mozilla/bigquery-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove uri_count and active_hours from all the active_users_aggregate…
…s views. Stop updating active_users_aggregates_v1. Separate the scheduled update of Desktop and Mobile. (mozilla#5808)
- Loading branch information
1 parent
1cbbf4f
commit 51f9870
Showing
7 changed files
with
60 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
sql_generators/active_users_aggregates_v3/templates/desktop_metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
friendly_name: {{ app_value }} Active Users Aggregates | ||
description: |- | ||
This table contains daily/weekly/monthly active users, | ||
new profiles, searches and ad_clicks for {{ app_value }}, | ||
aggregated by submission_date, attribution, channel, | ||
country, city, device model, distribution_id, os details | ||
and activity segment. | ||
- dau is counting the users who reported a ping on the date and | ||
are qualified as active users. | ||
- daily_users counts all the users who reported a ping on the date. | ||
Only dau is exposed in the view telemetry.active_users_aggregates. | ||
The table is labeled as "change_controlled", which implies | ||
that changes require the approval of at least one owner. | ||
Proposal: | ||
https://docs.google.com/document/d/1qvWO49Lr_Z_WErh3I3058A3B1YuiuURx19K3aTdmejM/edit?usp=sharing | ||
owners: | ||
- [email protected] | ||
- mozilla/kpi_table_reviewers | ||
labels: | ||
incremental: true | ||
change_controlled: true | ||
scheduling: | ||
dag_name: bqetl_analytics_aggregations | ||
task_name: {{ app_name }}_active_users_aggregates | ||
bigquery: | ||
time_partitioning: | ||
type: day | ||
field: submission_date | ||
require_partition_filter: true | ||
clustering: | ||
fields: | ||
- country | ||
- app_name | ||
- attribution_medium | ||
- channel |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters