mozilla / glam

Mozilla's primary interactive dashboard for examining the distribution of telemetry values.
https://glam.telemetry.mozilla.org
Mozilla Public License 2.0
20 stars 23 forks source link

Decommission glam_glean_imports DAG #2807

Open edugfilho opened 2 months ago

edugfilho commented 2 months ago

GLAM data is now being served from BQ, so we should decommission glam_glean_imports. The DAG is currently paused due to one of its upstream dags, GLAM Legacy, being also paused after not running for two weeks.

### Tasks
- [x] Check for things `glam_glean_import` might do other than loading aggregate data and schedule those things to run on a different dag.
- [x] Remove `glam_glean_imports`
- [ ] Delete the GCS bucket used by `glam_glean_imports`
- [x] Remove the task that exports data to the GCS bucket above from all GLAM dags