Bug 1631849 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> This can be probably be done safely since we explicitly ignore these in both [MSG](https://github.com/mozilla/mozilla-schema-generator/blob/master/bin/schema_generator.sh#L82) and [ops infra](https://github.com/mozilla-services/cloudops-infra/blob/master/projects/data-shared/tf/modules/bigquery/generate_tfjson.sh#L71). Only the decoder attempts to do anything pioneer-study related in GCP, and that's largely an oversight (pioneer v1 is unsupported on GCP).

I wanted to be sure we're looking at the right thing, we are looking at the `telemetry/pioneer-study` doctype pings. Looks like those two places are ignoring the `pioneer-study` _namespace_.
> This can be probably be done safely since we explicitly ignore these in both [MSG](https://github.com/mozilla/mozilla-schema-generator/blob/master/bin/schema_generator.sh#L82) and [ops infra](https://github.com/mozilla-services/cloudops-infra/blob/master/projects/data-shared/tf/modules/bigquery/generate_tfjson.sh#L71). Only the decoder attempts to do anything pioneer-study related in GCP, and that's largely an oversight (pioneer v1 is unsupported on GCP).

I wanted to be sure we're looking at the right thing, we are looking at the [`telemetry/pioneer-study`](https://github.com/mozilla-services/mozilla-pipeline-schemas/blob/master/schemas/telemetry/pioneer-study/pioneer-study.4.schema.json) doctype pings. Looks like those two places are ignoring the `pioneer-study` _namespace_.

Back to Bug 1631849 Comment 3