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:
Katie Windau 2024-08-27 17:24:13 -05:00 коммит произвёл GitHub
Родитель 582d34df56
Коммит c1a635a421
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -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