-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Milestone
Description
Description
Develop an Airflow DAG to automate the weekly refresh of the staging environment using BigQuery's CREATE TABLE CLONE functionality.
Tasks
- Create
dag_stellar_dbt_staging_refresh.py. - Implement the
CREATE TABLE CLONESQL logic to mirror production datasets into staging. - Add a schedule for Wednesday mornings (post-release).
- Add
workflow_dispatchto allow manual triggers via the Airflow UI.
Acceptance Criteria
- Data in the
stagingdataset matchesproductionat the time of cloning. - Storage costs for the staging dataset remain minimal.
- The DAG is visible and triggerable by the data team in Airflow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels