DENG-4631 - add profile_group_id to metrics_clients_last_seen_v1 (#6117)
* DENG-4631 - add profile_group_id to metrics_clients_last_seen_v1 * DENG-4631 add schema.yaml
This commit is contained in:
Родитель
582d34df56
Коммит
c1a635a421
|
@ -0,0 +1,22 @@
|
|||
fields:
|
||||
- name: submission_date
|
||||
type: DATE
|
||||
mode: NULLABLE
|
||||
- name: client_id
|
||||
type: STRING
|
||||
mode: NULLABLE
|
||||
- name: sample_id
|
||||
type: INTEGER
|
||||
mode: NULLABLE
|
||||
- name: normalized_channel
|
||||
type: STRING
|
||||
mode: NULLABLE
|
||||
- name: n_metrics_ping
|
||||
type: INTEGER
|
||||
mode: NULLABLE
|
||||
- name: days_sent_metrics_ping_bits
|
||||
type: INTEGER
|
||||
mode: NULLABLE
|
||||
- name: profile_group_id
|
||||
type: STRING
|
||||
mode: NULLABLE
|
|
@ -35,6 +35,9 @@ SELECT
|
|||
{% endif %}
|
||||
{% endfor -%}
|
||||
{% endif -%}
|
||||
{% if app_name == "firefox_desktop" -%}
|
||||
_current.profile_group_id,
|
||||
{% endif -%}
|
||||
FROM
|
||||
_previous
|
||||
FULL JOIN
|
||||
|
|
Загрузка…
Ссылка в новой задаче