File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop_derived
metrics_clients_first_seen_v1 Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ bigquery:
2424 clustering :
2525 fields :
2626 - sample_id
27- require_column_descriptions : false
27+ require_column_descriptions : true
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments