edanalytics / edu_edfi_airflow

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

Feature/earthbeam dag student id bundles fix pools #64

Closed jayckaiser closed 1 month ago

jayckaiser commented 1 month ago

I discovered why pools were not being referenced properly by the new refactor of the EarthbeamDAG: pools specified in Operators are overridden by pools in the task-flow. This PR adds pools to taskflow tasks.

I would like one more set of eyes to review to make sure I didn't miss any tasks.