It looks like the most recent schemas commit introduced some new pings: https://github.com/mozilla-services/mozilla-pipeline-schemas/commit/f45d6567e83f6412a96791dbb60cea81c5c62528: `attribution` and `tracking-pixel`, and I'm guessing that `meta-pixel` is replaced by the later. However, the `meta-pixel` schema still exists and missing is `metrics.uuid.rally_id` and therefore BQ schemas deploys are still broken in stage. The main options are to delete the `meta-pixel` ping or to update it to include `metrics.uuid.rally_id` before we can proceed with a production deployment.
Bug 1783960 Comment 19 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It looks like the most recent schemas commit introduced some new pings: https://github.com/mozilla-services/mozilla-pipeline-schemas/commit/f45d6567e83f6412a96791dbb60cea81c5c62528: `attribution` and `tracking-pixel`, and I'm guessing that `meta-pixel` is replaced by the later. However, the `meta-pixel` schema still exists and is missing `metrics.uuid.rally_id` and therefore BQ schemas deploys are still broken in stage. The main options are to delete the `meta-pixel` ping or to update it to include `metrics.uuid.rally_id` before we can proceed with a production deployment.