Skip to content

Commit 704f102

Browse files
committed
feat(DENG-10038): Add column descriptions
1 parent 98a3813 commit 704f102

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

sql/moz-fx-data-shared-prod/firefox_desktop_derived/metrics_clients_daily_v1/schema.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ fields:
1515
- name: normalized_channel
1616
type: STRING
1717
mode: NULLABLE
18+
description: The normalized channel the application is being distributed on.
1819
- name: n_metrics_ping
1920
type: INTEGER
2021
mode: NULLABLE
22+
description: Number of metrics pings this client received on this submission date.
2123
- name: days_sent_metrics_ping_bits
2224
type: INTEGER
2325
mode: NULLABLE
26+
description: Value of 1 if the client ID sent a metric ping on this date.
2427
- name: profile_group_id
2528
type: STRING
2629
mode: NULLABLE

sql/moz-fx-data-shared-prod/firefox_desktop_derived/metrics_clients_first_seen_v1/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ bigquery:
2424
clustering:
2525
fields:
2626
- sample_id
27-
require_column_descriptions: false
27+
require_column_descriptions: true

sql/moz-fx-data-shared-prod/firefox_desktop_derived/metrics_clients_first_seen_v1/schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ fields:
1919
- name: normalized_channel
2020
type: STRING
2121
mode: NULLABLE
22+
description: The normalized channel the application is being distributed on.
2223
- name: n_metrics_ping
2324
type: INTEGER
2425
mode: NULLABLE
26+
description: Number of metrics pings this client received on this submission date.
2527
- name: days_sent_metrics_ping_bits
2628
type: INTEGER
2729
mode: NULLABLE
30+
description: Value of 1 if the client ID sent a metric ping on this date.
2831
- name: profile_group_id
2932
type: STRING
3033
mode: NULLABLE
@@ -48,6 +51,7 @@ fields:
4851
- name: default_search_engine
4952
type: STRING
5053
mode: NULLABLE
54+
description: ?
5155
- name: xpcom_abi
5256
type: STRING
5357
mode: NULLABLE

0 commit comments

Comments
 (0)