Skip to content

Conversation

@acmiyaguchi
Copy link
Contributor

bug link. This is needed by https://github.com/mozilla-services/data-sandbox-terraform/pull/44 for testing.

Checklist for reviewer:

For glean changes:

  • Update templates/include/glean/CHANGELOG.md

@auto-assign auto-assign bot requested a review from akkomar March 9, 2021 01:04
@acmiyaguchi acmiyaguchi requested a review from Dexterp37 March 9, 2021 01:04
@dataops-ci-bot
Copy link

Integration report for "Bug 1696074 - Add schema for uninstall-deletion ping in pioneer-core"

bq_schema_793fc049-78484f6c.diff

Click to expand!
diff --new-file --exclude '*.txt' /app/integration/793fc049/contextual-services.quicksuggest-click.1.bq /app/integration/78484f6c/contextual-services.quicksuggest-click.1.bq
1,75d0
< [
<   {
<     "description": "Name of the advertiser, e.g. amazon, ebay, bestbuy etc",
<     "mode": "NULLABLE",
<     "name": "advertiser",
<     "type": "STRING"
<   },
<   {
<     "description": "A unique identifier for the QuickSuggest link",
<     "mode": "NULLABLE",
<     "name": "block_id",
<     "type": "INT64"
<   },
<   {
<     "description": "A UUID representing this user. Note that it's not client_id, nor can it be used to link to a client_id",
<     "mode": "NULLABLE",
<     "name": "context_id",
<     "type": "STRING"
<   },
<   {
<     "description": "An object to record all active experiments, experiments IDs are stored as keys, and the value object stores the branch information. Example: {\"experiment_1\": {\"branch\": \"control\"}, \"experiment_2\": {\"branch\": \"treatment\"}}. This deprecates the \"shield_id\" used in activity-stream and messaging-system.",
<     "fields": [
<       {
<         "mode": "NULLABLE",
<         "name": "key",
<         "type": "STRING"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "branch",
<             "type": "STRING"
<           }
<         ],
<         "mode": "NULLABLE",
<         "name": "value",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "REPEATED",
<     "name": "experiments",
<     "type": "RECORD"
<   },
<   {
<     "description": "User's current locale",
<     "mode": "NULLABLE",
<     "name": "locale",
<     "type": "STRING"
<   },
<   {
<     "description": "The placement of the QuickSuggest link (1-based)",
<     "mode": "NULLABLE",
<     "name": "position",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox release channel",
<     "mode": "NULLABLE",
<     "name": "release_channel",
<     "type": "STRING"
<   },
<   {
<     "description": "The reporting URL of the ad, normally pointing to the ad partner's reporting endpoint. It's URL encoded",
<     "mode": "NULLABLE",
<     "name": "reporting_url",
<     "type": "STRING"
<   },
<   {
<     "description": "Firefox version",
<     "mode": "NULLABLE",
<     "name": "version",
<     "type": "STRING"
<   }
< ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/contextual-services.quicksuggest-impression.1.bq /app/integration/78484f6c/contextual-services.quicksuggest-impression.1.bq
1,93d0
< [
<   {
<     "description": "Name of the advertiser, e.g. amazon, ebay, bestbuy etc",
<     "mode": "NULLABLE",
<     "name": "advertiser",
<     "type": "STRING"
<   },
<   {
<     "description": "A unique identifier for the QuickSuggest link",
<     "mode": "NULLABLE",
<     "name": "block_id",
<     "type": "INT64"
<   },
<   {
<     "description": "A UUID representing this user. Note that it's not client_id, nor can it be used to link to a client_id",
<     "mode": "NULLABLE",
<     "name": "context_id",
<     "type": "STRING"
<   },
<   {
<     "description": "An object to record all active experiments, experiments IDs are stored as keys, and the value object stores the branch information. Example: {\"experiment_1\": {\"branch\": \"control\"}, \"experiment_2\": {\"branch\": \"treatment\"}}. This deprecates the \"shield_id\" used in activity-stream and messaging-system.",
<     "fields": [
<       {
<         "mode": "NULLABLE",
<         "name": "key",
<         "type": "STRING"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "branch",
<             "type": "STRING"
<           }
<         ],
<         "mode": "NULLABLE",
<         "name": "value",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "REPEATED",
<     "name": "experiments",
<     "type": "RECORD"
<   },
<   {
<     "description": "Whether or not the user has clicked on this QuickSuggest link",
<     "mode": "NULLABLE",
<     "name": "is_clicked",
<     "type": "BOOL"
<   },
<   {
<     "description": "User's current locale",
<     "mode": "NULLABLE",
<     "name": "locale",
<     "type": "STRING"
<   },
<   {
<     "description": "The matched keywords when a QuickSuggest link is shown",
<     "mode": "NULLABLE",
<     "name": "matched_keywords",
<     "type": "STRING"
<   },
<   {
<     "description": "The placement of the QuickSuggest link (1-based)",
<     "mode": "NULLABLE",
<     "name": "position",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox release channel",
<     "mode": "NULLABLE",
<     "name": "release_channel",
<     "type": "STRING"
<   },
<   {
<     "description": "The reporting URL of the ad, normally pointing to the ad partner's reporting endpoint. It's URL encoded",
<     "mode": "NULLABLE",
<     "name": "reporting_url",
<     "type": "STRING"
<   },
<   {
<     "description": "The user's typed-in search query in the AwesomeBar. Note that this ping is only sent when a QuickSuggest ad is shown for the current search query, so we don't have to limit its size here",
<     "mode": "NULLABLE",
<     "name": "search_query",
<     "type": "STRING"
<   },
<   {
<     "description": "Firefox version",
<     "mode": "NULLABLE",
<     "name": "version",
<     "type": "STRING"
<   }
< ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/contextual-services.topsites-click.1.bq /app/integration/78484f6c/contextual-services.topsites-click.1.bq
1,81d0
< [
<   {
<     "description": "Name of the advertiser, e.g. amazon, ebay, bestbuy etc",
<     "mode": "NULLABLE",
<     "name": "advertiser",
<     "type": "STRING"
<   },
<   {
<     "description": "A UUID representing this user. Note that it's not client_id, nor can it be used to link to a client_id",
<     "mode": "NULLABLE",
<     "name": "context_id",
<     "type": "STRING"
<   },
<   {
<     "description": "An object to record all active experiments, experiments IDs are stored as keys, and the value object stores the branch information. Example: {\"experiment_1\": {\"branch\": \"control\"}, \"experiment_2\": {\"branch\": \"treatment\"}}. This deprecates the \"shield_id\" used in activity-stream and messaging-system.",
<     "fields": [
<       {
<         "mode": "NULLABLE",
<         "name": "key",
<         "type": "STRING"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "branch",
<             "type": "STRING"
<           }
<         ],
<         "mode": "NULLABLE",
<         "name": "value",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "REPEATED",
<     "name": "experiments",
<     "type": "RECORD"
<   },
<   {
<     "description": "User's current locale",
<     "mode": "NULLABLE",
<     "name": "locale",
<     "type": "STRING"
<   },
<   {
<     "description": "The placement of the tile (1-based)",
<     "mode": "NULLABLE",
<     "name": "position",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox release channel",
<     "mode": "NULLABLE",
<     "name": "release_channel",
<     "type": "STRING"
<   },
<   {
<     "description": "The reporting URL of the ad, normally pointing to the ad partner's reporting endpoint. It's URL encoded",
<     "mode": "NULLABLE",
<     "name": "reporting_url",
<     "type": "STRING"
<   },
<   {
<     "description": "The browser location where the click was triggered",
<     "mode": "NULLABLE",
<     "name": "source",
<     "type": "STRING"
<   },
<   {
<     "description": "A unique identifier for the sponsored tile",
<     "mode": "NULLABLE",
<     "name": "tile_id",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox version",
<     "mode": "NULLABLE",
<     "name": "version",
<     "type": "STRING"
<   }
< ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/contextual-services.topsites-impression.1.bq /app/integration/78484f6c/contextual-services.topsites-impression.1.bq
1,81d0
< [
<   {
<     "description": "Name of the advertiser, e.g. amazon, ebay, bestbuy etc",
<     "mode": "NULLABLE",
<     "name": "advertiser",
<     "type": "STRING"
<   },
<   {
<     "description": "A UUID representing this user. Note that it's not client_id, nor can it be used to link to a client_id",
<     "mode": "NULLABLE",
<     "name": "context_id",
<     "type": "STRING"
<   },
<   {
<     "description": "An object to record all active experiments, experiments IDs are stored as keys, and the value object stores the branch information. Example: {\"experiment_1\": {\"branch\": \"control\"}, \"experiment_2\": {\"branch\": \"treatment\"}}. This deprecates the \"shield_id\" used in activity-stream and messaging-system.",
<     "fields": [
<       {
<         "mode": "NULLABLE",
<         "name": "key",
<         "type": "STRING"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "branch",
<             "type": "STRING"
<           }
<         ],
<         "mode": "NULLABLE",
<         "name": "value",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "REPEATED",
<     "name": "experiments",
<     "type": "RECORD"
<   },
<   {
<     "description": "User's current locale",
<     "mode": "NULLABLE",
<     "name": "locale",
<     "type": "STRING"
<   },
<   {
<     "description": "The placement of the tile (1-based)",
<     "mode": "NULLABLE",
<     "name": "position",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox release channel",
<     "mode": "NULLABLE",
<     "name": "release_channel",
<     "type": "STRING"
<   },
<   {
<     "description": "The reporting URL of the ad, normally pointing to the ad partner's reporting endpoint. It's URL encoded",
<     "mode": "NULLABLE",
<     "name": "reporting_url",
<     "type": "STRING"
<   },
<   {
<     "description": "The browser location where the impression was displayed",
<     "mode": "NULLABLE",
<     "name": "source",
<     "type": "STRING"
<   },
<   {
<     "description": "A unique identifier for the sponsored tile",
<     "mode": "NULLABLE",
<     "name": "tile_id",
<     "type": "INT64"
<   },
<   {
<     "description": "Firefox version",
<     "mode": "NULLABLE",
<     "name": "version",
<     "type": "STRING"
<   }
< ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/glean.glean.1.bq /app/integration/78484f6c/glean.glean.1.bq
233a234,250
>         "name": "enumeration",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "mode": "NULLABLE",
>             "name": "value",
>             "type": "STRING"
>           }
>         ],
>         "mode": "REPEATED",
309a327,500
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "STRING"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_datetime",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "STRING"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_enumeration",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "FLOAT64"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_number",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "INT64"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_rate",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "STRING"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_string",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "REPEATED",
>                 "name": "value",
>                 "type": "STRING"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_string_list",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
313c504
<                     "name": "denominator",
---
>                     "name": "bucket_count",
318c509,514
<                     "name": "numerator",
---
>                     "name": "histogram_type",
>                     "type": "STRING"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "overflow",
319a516,552
>                   },
>                   {
>                     "mode": "REPEATED",
>                     "name": "range",
>                     "type": "FLOAT64"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "sum",
>                     "type": "INT64"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "time_unit",
>                     "type": "STRING"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "underflow",
>                     "type": "INT64"
>                   },
>                   {
>                     "fields": [
>                       {
>                         "mode": "NULLABLE",
>                         "name": "key",
>                         "type": "STRING"
>                       },
>                       {
>                         "mode": "NULLABLE",
>                         "name": "value",
>                         "type": "INT64"
>                       }
>                     ],
>                     "mode": "REPEATED",
>                     "name": "values",
>                     "type": "RECORD"
333c566,660
<         "name": "labeled_rate",
---
>         "name": "labeled_timing_distribution",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "BOOL"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_usage",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "mode": "NULLABLE",
>                 "name": "key",
>                 "type": "STRING"
>               },
>               {
>                 "fields": [
>                   {
>                     "fields": [
>                       {
>                         "mode": "NULLABLE",
>                         "name": "name",
>                         "type": "STRING"
>                       },
>                       {
>                         "mode": "NULLABLE",
>                         "name": "value",
>                         "type": "INT64"
>                       }
>                     ],
>                     "mode": "NULLABLE",
>                     "name": "denominator",
>                     "type": "RECORD"
>                   },
>                   {
>                     "fields": [
>                       {
>                         "mode": "NULLABLE",
>                         "name": "key",
>                         "type": "STRING"
>                       },
>                       {
>                         "mode": "NULLABLE",
>                         "name": "value",
>                         "type": "INT64"
>                       }
>                     ],
>                     "mode": "REPEATED",
>                     "name": "values",
>                     "type": "RECORD"
>                   }
>                 ],
>                 "mode": "NULLABLE",
>                 "name": "value",
>                 "type": "RECORD"
>               }
>             ],
>             "mode": "REPEATED",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "labeled_use_counter",
362c689
<         "name": "labeled_string",
---
>         "name": "labeled_uuid",
415a743,759
>             "type": "FLOAT64"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "number",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "mode": "NULLABLE",
>             "name": "value",
431,442d774
<             "fields": [
<               {
<                 "mode": "NULLABLE",
<                 "name": "denominator",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "numerator",
<                 "type": "INT64"
<               }
<             ],
445c777
<             "type": "RECORD"
---
>             "type": "INT64"
583a916,985
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "mode": "NULLABLE",
>             "name": "value",
>             "type": "BOOL"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "usage",
>         "type": "RECORD"
>       },
>       {
>         "fields": [
>           {
>             "mode": "NULLABLE",
>             "name": "key",
>             "type": "STRING"
>           },
>           {
>             "fields": [
>               {
>                 "fields": [
>                   {
>                     "mode": "NULLABLE",
>                     "name": "name",
>                     "type": "STRING"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "value",
>                     "type": "INT64"
>                   }
>                 ],
>                 "mode": "NULLABLE",
>                 "name": "denominator",
>                 "type": "RECORD"
>               },
>               {
>                 "fields": [
>                   {
>                     "mode": "NULLABLE",
>                     "name": "key",
>                     "type": "STRING"
>                   },
>                   {
>                     "mode": "NULLABLE",
>                     "name": "value",
>                     "type": "INT64"
>                   }
>                 ],
>                 "mode": "REPEATED",
>                 "name": "values",
>                 "type": "RECORD"
>               }
>             ],
>             "mode": "NULLABLE",
>             "name": "value",
>             "type": "RECORD"
>           }
>         ],
>         "mode": "REPEATED",
>         "name": "use_counter",
diff --new-file --exclude '*.txt' /app/integration/793fc049/pioneer-citp-news-disinfo-two.deletion-request.1.bq /app/integration/78484f6c/pioneer-citp-news-disinfo-two.deletion-request.1.bq
1d0
< []
diff --new-file --exclude '*.txt' /app/integration/793fc049/pioneer-citp-news-disinfo-two.measurements.1.bq /app/integration/78484f6c/pioneer-citp-news-disinfo-two.measurements.1.bq
1,285d0
< [
<   {
<     "fields": [
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "day_of_week",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "destination_domain",
<             "type": "STRING"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "later_shared_count",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "later_visited_count",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "num_exposures",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "source_domain",
<             "type": "STRING"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "time_of_day",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "vis_threshold",
<             "type": "INT64"
<           }
<         ],
<         "mode": "REPEATED",
<         "name": "link_exposures",
<         "type": "RECORD"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "key",
<             "type": "STRING"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "value",
<             "type": "INT64"
<           }
<         ],
<         "mode": "REPEATED",
<         "name": "untracked_link_exposures",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "NULLABLE",
<     "name": "web_science_measurements_link_exposure",
<     "type": "RECORD"
<   },
<   {
<     "fields": [
<       {
<         "mode": "NULLABLE",
<         "name": "num_untracked_visits",
<         "type": "INT64"
<       },
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "domain",
<             "type": "STRING"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "num_sessions",
<             "type": "INT64"
<           },
<           {
<             "fields": [
<               {
<                 "description": "additional properties are the name of the classifier, with the classification result as the value",
<                 "fields": [
<                   {
<                     "mode": "NULLABLE",
<                     "name": "key",
<                     "type": "STRING"
<                   },
<                   {
<                     "mode": "NULLABLE",
<                     "name": "value",
<                     "type": "INT64"
<                   }
<                 ],
<                 "mode": "REPEATED",
<                 "name": "classifier_results",
<                 "type": "RECORD"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "day_of_week",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "later_shared_count",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "num_visits",
<                 "type": "INT64"
<               },
<               {
<                 "description": "deprecated, use classifierResults",
<                 "mode": "NULLABLE",
<                 "name": "page_category",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "prev_exposed_count",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "referrer_domain",
<                 "type": "STRING"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "time_of_day",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "total_attention",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "total_scroll",
<                 "type": "INT64"
<               }
<             ],
<             "mode": "REPEATED",
<             "name": "visits_by_referrer",
<             "type": "RECORD"
<           }
<         ],
<         "mode": "REPEATED",
<         "name": "tracked_visits_by_domain",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "NULLABLE",
<     "name": "web_science_measurements_page_navigation",
<     "type": "RECORD"
<   },
<   {
<     "fields": [
<       {
<         "fields": [
<           {
<             "mode": "NULLABLE",
<             "name": "num_untracked_shares",
<             "type": "INT64"
<           },
<           {
<             "mode": "NULLABLE",
<             "name": "platform",
<             "type": "STRING"
<           },
<           {
<             "fields": [
<               {
<                 "mode": "NULLABLE",
<                 "name": "audience",
<                 "type": "STRING"
<               },
<               {
<                 "description": "deprecated, use classifierResults",
<                 "mode": "NULLABLE",
<                 "name": "classification",
<                 "type": "STRING"
<               },
<               {
<                 "description": "additional properties are the name of the classifier, with the classification result as the value",
<                 "fields": [
<                   {
<                     "mode": "NULLABLE",
<                     "name": "key",
<                     "type": "STRING"
<                   },
<                   {
<                     "mode": "NULLABLE",
<                     "name": "value",
<                     "type": "INT64"
<                   }
<                 ],
<                 "mode": "REPEATED",
<                 "name": "classifier_results",
<                 "type": "RECORD"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "day_of_week",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "domain",
<                 "type": "STRING"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "num_shares",
<                 "type": "INT64"
<               },
<               {
<                 "description": "deprecated, use classifierResults",
<                 "mode": "NULLABLE",
<                 "name": "page_classification",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "prev_exposed",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "source",
<                 "type": "STRING"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "time_of_day",
<                 "type": "INT64"
<               },
<               {
<                 "mode": "NULLABLE",
<                 "name": "visit_referrer",
<                 "type": "STRING"
<               }
<             ],
<             "mode": "REPEATED",
<             "name": "tracked_shares",
<             "type": "RECORD"
<           }
<         ],
<         "mode": "REPEATED",
<         "name": "link_shares_by_platform",
<         "type": "RECORD"
<       }
<     ],
<     "mode": "NULLABLE",
<     "name": "web_science_measurements_social_media_link_sharing",
<     "type": "RECORD"
<   },
<   {
<     "description": "ID sent to Qualtrics, for associating survey responses with telemetry data",
<     "mode": "NULLABLE",
<     "name": "web_science_survey_id",
<     "type": "STRING"
<   },
<   {
<     "mode": "NULLABLE",
<     "name": "web_science_version",
<     "type": "STRING"
<   }
< ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/pioneer-citp-news-disinfo-two.pioneer-enrollment.1.bq /app/integration/78484f6c/pioneer-citp-news-disinfo-two.pioneer-enrollment.1.bq
1d0
< []
diff --new-file --exclude '*.txt' /app/integration/793fc049/pioneer-core.demographic-survey.1.bq /app/integration/78484f6c/pioneer-core.demographic-survey.1.bq
148d147
<         "description": "This field is deprecated in favour of hispanicLatinxSpanish",
151,155d149
<         "type": "BOOL"
<       },
<       {
<         "mode": "NULLABLE",
<         "name": "hispanic_latinx_spanish",
diff --new-file --exclude '*.txt' /app/integration/793fc049/pioneer-core.uninstall-deletion.1.bq /app/integration/78484f6c/pioneer-core.uninstall-deletion.1.bq
0a1,7
> [
>   {
>     "mode": "NULLABLE",
>     "name": "deletion_id",
>     "type": "STRING"
>   }
> ]
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.bhr.4.bq /app/integration/78484f6c/telemetry.bhr.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.crash.4.bq /app/integration/78484f6c/telemetry.crash.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.dnssec-study-v1.4.bq /app/integration/78484f6c/telemetry.dnssec-study-v1.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.event.4.bq /app/integration/78484f6c/telemetry.event.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.first-shutdown.4.bq /app/integration/78484f6c/telemetry.first-shutdown.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.heartbeat.4.bq /app/integration/78484f6c/telemetry.heartbeat.4.bq
567,572d566
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.main.4.bq /app/integration/78484f6c/telemetry.main.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.modules.4.bq /app/integration/78484f6c/telemetry.modules.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.new-profile.4.bq /app/integration/78484f6c/telemetry.new-profile.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.saved-session.4.bq /app/integration/78484f6c/telemetry.saved-session.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.shield-icq-v1.4.bq /app/integration/78484f6c/telemetry.shield-icq-v1.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.testpilot.4.bq /app/integration/78484f6c/telemetry.testpilot.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.third-party-modules.4.bq /app/integration/78484f6c/telemetry.third-party-modules.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.uninstall.4.bq /app/integration/78484f6c/telemetry.uninstall.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.untrusted-modules.4.bq /app/integration/78484f6c/telemetry.untrusted-modules.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.update.4.bq /app/integration/78484f6c/telemetry.update.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {
diff --new-file --exclude '*.txt' /app/integration/793fc049/telemetry.voice.4.bq /app/integration/78484f6c/telemetry.voice.4.bq
562,567d561
<                 "description": "Unique token created at Firefox download time, see bug 1677497",
<                 "mode": "NULLABLE",
<                 "name": "dltoken",
<                 "type": "STRING"
<               },
<               {

compact_schema_793fc049-78484f6c.diff

Click to expand!
diff --new-file --exclude '*.bq' /app/integration/793fc049/contextual-services.quicksuggest-click.1.txt /app/integration/78484f6c/contextual-services.quicksuggest-click.1.txt
1,10d0
< root.advertiser STRING
< root.block_id INT64
< root.context_id STRING
< root.experiments.[].key STRING
< root.experiments.[].value.branch STRING
< root.locale STRING
< root.position INT64
< root.release_channel STRING
< root.reporting_url STRING
< root.version STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/contextual-services.quicksuggest-impression.1.txt /app/integration/78484f6c/contextual-services.quicksuggest-impression.1.txt
1,13d0
< root.advertiser STRING
< root.block_id INT64
< root.context_id STRING
< root.experiments.[].key STRING
< root.experiments.[].value.branch STRING
< root.is_clicked BOOL
< root.locale STRING
< root.matched_keywords STRING
< root.position INT64
< root.release_channel STRING
< root.reporting_url STRING
< root.search_query STRING
< root.version STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/contextual-services.topsites-click.1.txt /app/integration/78484f6c/contextual-services.topsites-click.1.txt
1,11d0
< root.advertiser STRING
< root.context_id STRING
< root.experiments.[].key STRING
< root.experiments.[].value.branch STRING
< root.locale STRING
< root.position INT64
< root.release_channel STRING
< root.reporting_url STRING
< root.source STRING
< root.tile_id INT64
< root.version STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/contextual-services.topsites-impression.1.txt /app/integration/78484f6c/contextual-services.topsites-impression.1.txt
1,11d0
< root.advertiser STRING
< root.context_id STRING
< root.experiments.[].key STRING
< root.experiments.[].value.branch STRING
< root.locale STRING
< root.position INT64
< root.release_channel STRING
< root.reporting_url STRING
< root.source STRING
< root.tile_id INT64
< root.version STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/glean.glean.1.txt /app/integration/78484f6c/glean.glean.1.txt
28a29,30
> root.metrics.enumeration.[].key STRING
> root.metrics.enumeration.[].value STRING
36a39,47
> root.metrics.labeled_datetime.[].key STRING
> root.metrics.labeled_datetime.[].value.[].key STRING
> root.metrics.labeled_datetime.[].value.[].value STRING
> root.metrics.labeled_enumeration.[].key STRING
> root.metrics.labeled_enumeration.[].value.[].key STRING
> root.metrics.labeled_enumeration.[].value.[].value STRING
> root.metrics.labeled_number.[].key STRING
> root.metrics.labeled_number.[].value.[].key STRING
> root.metrics.labeled_number.[].value.[].value FLOAT64
39,40c50
< root.metrics.labeled_rate.[].value.[].value.denominator INT64
< root.metrics.labeled_rate.[].value.[].value.numerator INT64
---
> root.metrics.labeled_rate.[].value.[].value INT64
43a54,79
> root.metrics.labeled_string_list.[].key STRING
> root.metrics.labeled_string_list.[].value.[].key STRING
> root.metrics.labeled_string_list.[].value.[].value.[] STRING
> root.metrics.labeled_timing_distribution.[].key STRING
> root.metrics.labeled_timing_distribution.[].value.[].key STRING
> root.metrics.labeled_timing_distribution.[].value.[].value.bucket_count INT64
> root.metrics.labeled_timing_distribution.[].value.[].value.histogram_type STRING
> root.metrics.labeled_timing_distribution.[].value.[].value.overflow INT64
> root.metrics.labeled_timing_distribution.[].value.[].value.range.[] FLOAT64
> root.metrics.labeled_timing_distribution.[].value.[].value.sum INT64
> root.metrics.labeled_timing_distribution.[].value.[].value.time_unit STRING
> root.metrics.labeled_timing_distribution.[].value.[].value.underflow INT64
> root.metrics.labeled_timing_distribution.[].value.[].value.values.[].key STRING
> root.metrics.labeled_timing_distribution.[].value.[].value.values.[].value INT64
> root.metrics.labeled_usage.[].key STRING
> root.metrics.labeled_usage.[].value.[].key STRING
> root.metrics.labeled_usage.[].value.[].value BOOL
> root.metrics.labeled_use_counter.[].key STRING
> root.metrics.labeled_use_counter.[].value.[].key STRING
> root.metrics.labeled_use_counter.[].value.[].value.denominator.name STRING
> root.metrics.labeled_use_counter.[].value.[].value.denominator.value INT64
> root.metrics.labeled_use_counter.[].value.[].value.values.[].key STRING
> root.metrics.labeled_use_counter.[].value.[].value.values.[].value INT64
> root.metrics.labeled_uuid.[].key STRING
> root.metrics.labeled_uuid.[].value.[].key STRING
> root.metrics.labeled_uuid.[].value.[].value STRING
47a84,85
> root.metrics.number.[].key STRING
> root.metrics.number.[].value FLOAT64
51,52c89
< root.metrics.rate.[].value.denominator INT64
< root.metrics.rate.[].value.numerator INT64
---
> root.metrics.rate.[].value INT64
69a107,113
> root.metrics.usage.[].key STRING
> root.metrics.usage.[].value BOOL
> root.metrics.use_counter.[].key STRING
> root.metrics.use_counter.[].value.denominator.name STRING
> root.metrics.use_counter.[].value.denominator.value INT64
> root.metrics.use_counter.[].value.values.[].key STRING
> root.metrics.use_counter.[].value.values.[].value INT64
diff --new-file --exclude '*.bq' /app/integration/793fc049/pioneer-citp-news-disinfo-two.measurements.1.txt /app/integration/78484f6c/pioneer-citp-news-disinfo-two.measurements.1.txt
1,40d0
< root.web_science_measurements_link_exposure.link_exposures.[].day_of_week INT64
< root.web_science_measurements_link_exposure.link_exposures.[].destination_domain STRING
< root.web_science_measurements_link_exposure.link_exposures.[].later_shared_count INT64
< root.web_science_measurements_link_exposure.link_exposures.[].later_visited_count INT64
< root.web_science_measurements_link_exposure.link_exposures.[].num_exposures INT64
< root.web_science_measurements_link_exposure.link_exposures.[].source_domain STRING
< root.web_science_measurements_link_exposure.link_exposures.[].time_of_day INT64
< root.web_science_measurements_link_exposure.link_exposures.[].vis_threshold INT64
< root.web_science_measurements_link_exposure.untracked_link_exposures.[].key STRING
< root.web_science_measurements_link_exposure.untracked_link_exposures.[].value INT64
< root.web_science_measurements_page_navigation.num_untracked_visits INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].domain STRING
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].num_sessions INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].classifier_results.[].key STRING
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].classifier_results.[].value INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].day_of_week INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].later_shared_count INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].num_visits INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].page_category INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].prev_exposed_count INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].referrer_domain STRING
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].time_of_day INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].total_attention INT64
< root.web_science_measurements_page_navigation.tracked_visits_by_domain.[].visits_by_referrer.[].total_scroll INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].num_untracked_shares INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].platform STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].audience STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].classification STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].classifier_results.[].key STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].classifier_results.[].value INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].day_of_week INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].domain STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].num_shares INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].page_classification INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].prev_exposed INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].source STRING
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].time_of_day INT64
< root.web_science_measurements_social_media_link_sharing.link_shares_by_platform.[].tracked_shares.[].visit_referrer STRING
< root.web_science_survey_id STRING
< root.web_science_version STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/pioneer-core.demographic-survey.1.txt /app/integration/78484f6c/pioneer-core.demographic-survey.1.txt
25d24
< root.origin.hispanic_latinx_spanish BOOL
diff --new-file --exclude '*.bq' /app/integration/793fc049/pioneer-core.uninstall-deletion.1.txt /app/integration/78484f6c/pioneer-core.uninstall-deletion.1.txt
0a1
> root.deletion_id STRING
\ No newline at end of file
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.bhr.4.txt /app/integration/78484f6c/telemetry.bhr.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.crash.4.txt /app/integration/78484f6c/telemetry.crash.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.dnssec-study-v1.4.txt /app/integration/78484f6c/telemetry.dnssec-study-v1.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.event.4.txt /app/integration/78484f6c/telemetry.event.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.first-shutdown.4.txt /app/integration/78484f6c/telemetry.first-shutdown.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.heartbeat.4.txt /app/integration/78484f6c/telemetry.heartbeat.4.txt
83d82
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.main.4.txt /app/integration/78484f6c/telemetry.main.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.modules.4.txt /app/integration/78484f6c/telemetry.modules.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.new-profile.4.txt /app/integration/78484f6c/telemetry.new-profile.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.saved-session.4.txt /app/integration/78484f6c/telemetry.saved-session.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.shield-icq-v1.4.txt /app/integration/78484f6c/telemetry.shield-icq-v1.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.testpilot.4.txt /app/integration/78484f6c/telemetry.testpilot.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.third-party-modules.4.txt /app/integration/78484f6c/telemetry.third-party-modules.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.uninstall.4.txt /app/integration/78484f6c/telemetry.uninstall.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.untrusted-modules.4.txt /app/integration/78484f6c/telemetry.untrusted-modules.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.update.4.txt /app/integration/78484f6c/telemetry.update.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING
diff --new-file --exclude '*.bq' /app/integration/793fc049/telemetry.voice.4.txt /app/integration/78484f6c/telemetry.voice.4.txt
82d81
< root.environment.settings.attribution.dltoken STRING

@acmiyaguchi acmiyaguchi merged commit 731721a into master Mar 9, 2021
dataops-pipeline-schemas added a commit that referenced this pull request Mar 9, 2021
731721a	2021-03-09 10:03:38 -0800	Bug 1696074 - Add schema for uninstall-deletion ping in pioneer-core (#663)
acmiyaguchi pushed a commit that referenced this pull request Mar 23, 2021
c2e18f4	2021-03-23 18:04:10 +0000	Bug 1697602 Remove AET schemas (#664)
5f21300	2021-03-17 19:04:16 +0000	Bug 1677567 - Add rallyId to pioneer metadata schemas (#665)
731721a	2021-03-09 10:03:38 -0800	Bug 1696074 - Add schema for uninstall-deletion ping in pioneer-core (#663)
793fc04	2021-03-08 09:55:50 -0500	Bug 1695795: Remove unused metric types from the Glean schema (#662)
04043f1	2021-03-02 08:30:04 -0500	Fix #660: Add the rate metric type (#661)
0a24af0	2021-02-24 10:43:58 -0500	[Bug 1694254] Add environment.settings.attribution.dltoken field
c2dae92	2021-02-22 18:30:19 +0000	Bug 1693305 - Clone citp-news-disinfo study (#658)
f3a1464	2021-02-17 16:05:26 -0600	Bug 1688698 - Add 'source' to TopSites schemas in Contextual Services (#657)
5904f8c	2021-02-12 16:29:41 -0600	Bug 1688698 - Add initial schemas for Contextual Services (#656)
@relud relud deleted the bug-1696074 branch September 8, 2021 21:06
bytesized pushed a commit to bytesized/mozilla-pipeline-schemas that referenced this pull request Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants