edanalytics / edu_edfi_airflow

Manages extract-load of Ed-Fi data in Airflow
Other
4 stars 0 forks source link

Feature/dom full refresh #27

Closed jayckaiser closed 8 months ago

jayckaiser commented 9 months ago

Feature: Day-of-Month Full Refresh

Description & motivation

This PR adds an optional initialization argument to the Ed-Fi Resource DAGs: full_refresh_dom. This adds a new user-defined-macro to the DAG that is referenced in airflow_util.is_full_refresh. When the day of the DAG run matches this variable, the full-refresh parameter will default to True, regardless of DAG-level configs.

PR Merge Priority:

Changes to existing files: