edanalytics / edu_edfi_airflow

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

Feature/s3 to snow split path #30

Closed jayckaiser closed 9 months ago

jayckaiser commented 9 months ago

feature/s3_to_snow_split_path

Description & motivation

This PR provides two options for passing S3 destination key into the S3-to-Snowflake operator:

The new approach is necessary in Texas when using dynamic task mapping: the directory and filename are both dynamic kwargs that cannot be combined into a single key before being passed as an argument.

PR Merge Priority:

This is necessary for Texas prod.

Changes to existing files:

See above.

New files created:

Tests and QC done:

Robbie has tested this locally on Texas Stadium.