Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated source DAG with fallback demo CDCVaccinationNational #3918

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions airflow/dags/cdc_vaccination_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

cdc_vaccination_national_exporter_payload_race = {
"dataset_name": _CDC_VACCINATION_NATIONAL_DATASET_NAME,
"should_export_as_alls": True,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we actually only want to extract the ALLs from one breakdown type, like sex OR age OR race. The way you have it here it would rewrite the same ALL rows 3 times

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I see now. I didn't fully understand the issue as written. I'll fix that

"demographic": "race",
}
cdc_vaccination_national_exporter_operator_race = util.create_exporter_operator(
Expand Down
Loading