mozilla / bigquery-etl

Bigquery ETL
https://mozilla.github.io/bigquery-etl
Mozilla Public License 2.0
241 stars 98 forks source link

Fix CODEOWNERS for active user aggregates sql generation #5821

Closed whd closed 1 week ago

whd commented 1 week ago

When https://github.com/mozilla/bigquery-etl/pull/5008/ landed it renamed some files that were subject to KPI change control, and the new paths were not annotated as subject to change control. Therefore https://github.com/mozilla/bigquery-etl/pull/5808/ was not subject to change control and apparently caused a KPI outage.

KPI reviewers need to be aware that CODEOWNERS needs to be updated in the event paths related to sql generation for KPIs are moved.

CI failures are due to a Dockerhub outage.

Checklist for reviewer:

For modifications to schemas in restricted namespaces (see CODEOWNERS):

┆Issue is synchronized with this Jira Task

lucia-vargas-a commented 1 week ago

Thank you @whd