Skip to content

Commit

Permalink
update accounts health tables (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw authored Jan 24, 2025
1 parent 3699c9a commit 41501f1
Showing 1 changed file with 9 additions and 31 deletions.
40 changes: 9 additions & 31 deletions custom-namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,60 +585,46 @@ firefox_accounts:
type: table_view
tables:
- table: moz-fx-data-shared-prod.accounts_frontend_derived.login_engagement_funnel_v1
health_cost:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_cost
measures:
count:
type: count
health_counts:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_counts
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_counts_v1
measures:
count_sum:
type: sum
sql: ${count}
health_issues:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_issues
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_issues_v1
measures:
count:
type: count
health_lighthouse:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_lighthouse
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_lighthouse_v1
measures:
count:
type: count
health_pagerduty:
health_pingdom:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_pagerduty
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_pingdom_v1
measures:
count:
type: count
health_prs:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_prs
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_prs_v1
measures:
count:
type: count
health_tags:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_tags
measures:
count:
type: count
health_velocity:
type: table_view
tables:
- table: mozdata.analysis.wclouser_fxa_health_velocity
- table: moz-fx-data-shared-prod.firefox_accounts_derived.health_tags_v1
measures:
count:
type: count
Expand Down Expand Up @@ -727,10 +713,6 @@ firefox_accounts:
type: table_explore
views:
base_view: login_engagement_funnels_by_service
health_cost:
type: table_explore
views:
base_view: health_cost
health_counts:
type: table_explore
views:
Expand All @@ -743,10 +725,10 @@ firefox_accounts:
type: table_explore
views:
base_view: health_lighthouse
health_pagerduty:
health_pingdom:
type: table_explore
views:
base_view: health_pagerduty
base_view: health_pingdom
health_prs:
type: table_explore
views:
Expand All @@ -755,10 +737,6 @@ firefox_accounts:
type: table_explore
views:
base_view: health_tags
health_velocity:
type: table_explore
views:
base_view: health_velocity
account_settings_page_engagement:
type: table_explore
views:
Expand Down

0 comments on commit 41501f1

Please sign in to comment.