Merged
Conversation
Contributor
|
Quick links (staging server):
Login: chart-diff: ✅No charts for review.data-diff: ✅ No differences foundAutomatically updated datasets matching excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk are not included Edited: 2026-02-28 18:57:56 UTC |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR temporarily disables the failing CDC measles pipeline in the ETL DAG to unblock production. The CDC appears to have changed their data format, causing the measles_cases snapshot ingestion to fail. As a short-term fix, the measles steps are commented out (with a dated note) so the rest of the ETL pipeline can continue to run.
Changes:
- Comments out the
data://meadow/cdc/latest/measles_casesanddata://garden/cdc/latest/measles_casespipeline steps that are failing due to an upstream CDC data change. - Comments out the dependent downstream steps
data://garden/health/latest/measles_long_runanddata://grapher/health/latest/measles_long_run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ETL is failing in production due to an error in
measles_cases.For now I'll simply comment those steps in the DAG, to let the rest of ETL steps work.