mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

Bug 1874935 - Roll back dependency updates to backend apps #746

Closed akkomar closed 5 months ago

akkomar commented 5 months ago

This should fix probe_scraper.mozilla_schema_generator Airflow task that is currently failing.

The reason for failure is metrics added to FxA in https://github.com/mozilla/fxa/pull/16864 not being picked up by probe scraper. This is caused by the wrong schema identifier in the metrics file. This will get fixed in https://github.com/mozilla/fxa/pull/16872/files.

Nevertheless, these metrics still will not go through probe scraper because their names start with glean and are treated as internal by glean_parser. I'd rather revert here to the last known working configuration and think about a fix tomorrow.

akkomar commented 5 months ago

Superseded by https://github.com/mozilla/probe-scraper/pull/747 and other linked to the same bug.