Update reingestion workflows to load and report data #1502
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
Problem
As described in #1642, it is necessary to backfill data for our dated DAGs. This is being resolved in the short term by turning
catchup
on for those DAGs. The long term fix is to re-enable our existing ingestion workflows (examplewikimedia_ingestion_workflow
).Description
Copying context from this comment:
We'll need to update the DAG factory for ingestion workflows to include the
load_data
steps, and ideally also report data at the end of reingestion.Implementation
The text was updated successfully, but these errors were encountered: