Skip to content

Commit a933ed6

Browse files
author
CircleCI generate-sql job
committed
Auto-push due to change on main branch [ci skip]
1 parent e8eb041 commit a933ed6

File tree

21 files changed

+701
-56
lines changed

21 files changed

+701
-56
lines changed

sql/moz-fx-data-shared-prod/fenix/use_counters/schema.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
fields:
22
- name: normalized_app_id
3-
mode: NULLABLE
43
type: STRING
4+
mode: NULLABLE
55
description: App ID of the channel data was received from
66
- name: normalized_channel
7-
mode: NULLABLE
87
type: STRING
8+
mode: NULLABLE
99
description: Normalized channel name
1010
- name: additional_properties
1111
type: STRING

sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_defaultagent_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_defaultagent_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_defaultagent_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/firefox_desktop_background_tasks_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_tasks_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_tasks_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_tasks_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/firefox_desktop_background_update_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_update_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_update_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_background_update_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/firefox_desktop_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.firefox_desktop_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/focus_ios/usage_reporting_clients_last_seen/schema.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,38 @@ fields:
88
- name: submission_date
99
type: DATE
1010
mode: NULLABLE
11+
description: 'Logical date used for processing and paritioning.
12+
13+
'
1114
- name: usage_profile_id
1215
type: STRING
1316
mode: NULLABLE
17+
description: 'A UUID of the usage_profile.
18+
19+
'
1420
- name: app_channel
1521
type: STRING
1622
mode: NULLABLE
23+
description: 'The channel the application is being distributed on.
24+
25+
'
1726
- name: days_seen_bits
1827
type: INTEGER
1928
mode: NULLABLE
29+
description: 'Bit field shows on which of the last 28 days a client sent us the
30+
usage_reporting ping.
31+
32+
'
2033
- name: days_active_bits
2134
type: INTEGER
2235
mode: NULLABLE
36+
description: 'Bit field shows on which of the last 28 days a client fulfilled the
37+
active criteria.
38+
39+
'
2340
- name: days_created_profile_bits
2441
type: INTEGER
2542
mode: NULLABLE
43+
description: 'bit field indicating how many days lapsed since profile creation.
44+
45+
'

sql/moz-fx-data-shared-prod/klar_android/use_counters/schema.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
fields:
22
- name: normalized_app_id
3-
mode: NULLABLE
43
type: STRING
4+
mode: NULLABLE
55
description: App ID of the channel data was received from
66
- name: normalized_channel
7-
mode: NULLABLE
87
type: STRING
8+
mode: NULLABLE
99
description: Normalized channel name
1010
- name: additional_properties
1111
type: STRING

sql/moz-fx-data-shared-prod/org_mozilla_fenix_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_fenix_nightly_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_nightly_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_nightly_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fenix_nightly_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_fennec_aurora_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fennec_aurora_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fennec_aurora_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_fennec_aurora_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_firefox_beta_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_beta_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_beta_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_beta_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_firefox_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_firefox_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_ios_fennec_derived/baseline_clients_daily_v1/bigconfig.yml

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ tag_deployments:
1717
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_daily_v1.durations
1818
metrics:
1919
- saved_metric_id: is_99_percent_not_null
20-
- column_selectors:
21-
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_daily_v1.normalized_channel
22-
metrics:
23-
- saved_metric_id: is_99_percent_valid_normalized_channel
2420
- column_selectors:
2521
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_daily_v1.*
2622
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_ios_fennec_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:
2020
- saved_metric_id: is_99_percent_not_null
21-
- column_selectors:
22-
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_last_seen_v1.normalized_channel
23-
metrics:
24-
- saved_metric_id: is_99_percent_valid_normalized_channel
2521
- column_selectors:
2622
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_fennec_derived.baseline_clients_last_seen_v1.*
2723
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_ios_firefox_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefox_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefox_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefox_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

sql/moz-fx-data-shared-prod/org_mozilla_ios_firefoxbeta_derived/baseline_clients_last_seen_v1/bigconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tag_deployments:
1313
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefoxbeta_derived.baseline_clients_last_seen_v1.days_active_bits
1414
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefoxbeta_derived.baseline_clients_last_seen_v1.days_created_profile_bits
1515
metrics:
16-
- saved_metric_id: is_99_percent_not_null
16+
- saved_metric_id: is_not_null
1717
- column_selectors:
1818
- name: moz-fx-data-shared-prod.moz-fx-data-shared-prod.org_mozilla_ios_firefoxbeta_derived.baseline_clients_last_seen_v1.first_seen_date
1919
metrics:

0 commit comments

Comments
 (0)