DENG-4564 add profile_group_id to urlbar_clients_daily_v1 (#6079)

* DENG-4564 add profile_group_id to urlbar_clients_daily_v1

* DENG-4564 Add description for profile_group_id

* DENG-4564 add profile_group_id to the urlbar_clients_daily_v1 sql tests
This commit is contained in:
Katie Windau 2024-08-21 12:23:27 -05:00 коммит произвёл GitHub
Родитель b541625b7f
Коммит c1c690e3a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 15 добавлений и 0 удалений

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

@ -35,6 +35,7 @@ WITH combined_urlbar_picked AS (
SELECT
submission_date,
client_id,
profile_group_id,
default_search_engine,
experiments,
app_version,
@ -174,6 +175,7 @@ SELECT
count_picked_by_type,
count_picked_by_position,
urlbar_picked_by_type_by_position,
combined_urlbar_picked.profile_group_id
FROM
combined_urlbar_picked
FULL OUTER JOIN

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

@ -100,3 +100,7 @@ fields:
mode: REPEATED
name: experiments
type: RECORD
- mode: NULLABLE
name: profile_group_id
type: STRING
description: A UUID identifying the profile's group on a single device and allowing user-oriented correlation of data

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

@ -372,5 +372,10 @@
"mode": "REPEATED",
"name": "experiments",
"type": "RECORD"
},
{
"mode": "NULLABLE",
"name": "profile_group_id",
"type": "STRING"
}
]

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

@ -8,6 +8,7 @@
locale: "en-US"
search_region: "US"
country: "US"
profile_group_id: "profile_group_id_1"
suggest_enabled: true
in_navbar: true
suggest_searches: true
@ -73,6 +74,7 @@
value: "experiment_value"
- <<: *base
client_id: "client_2"
profile_group_id: "profile_group_id_2"
count_picked_total: 21
count_picked_by_type:
- key: "autofill"

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

@ -7,6 +7,7 @@
normalized_channel: "nightly"
locale: "en-US"
country: "US"
profile_group_id: "profile_group_id_1"
user_pref_browser_search_region: "US"
user_pref_browser_search_suggest_enabled: true
user_pref_browser_widget_in_navbar: true
@ -41,6 +42,7 @@
value: "experiment_value"
- <<: *base
client_id: "client_2"
profile_group_id: "profile_group_id_2"
scalar_parent_urlbar_picked_autofill_sum:
- key: "0"
value: 6