-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
375 filesystem storage staging (#451)
* add creation of reference followup jobs * copy job * add parquet format * make staging destination none by default * add automatic resolving of correct file format * renaming staging destination to staging * refactor redshift job and inject fs config info * small cleanup and full parquet file loading test * add redshift test * fix resuming existing jobs * linter fixes and something else i forgot * move reference job follow up creation into job * add bigquery staging with gcs * add jsonl loading for bigquery staging * better supported file format resolution * move to existing bigquery load job * change pipeline args order * add staging run arg * some more pipeline fixes * configure staging via config * enhance staging load tests * fix merge disposition on redshift * add comprehensive staging tests * fix redshift jsonl loading * add doc page (not in hierarchy for now) * move redshift credentials testing to redshift loading location * change rotation test * change timing test * implement snowflake file staging * switch to staging instead of integration * add s3 stage (which does not currently work) * filter out certain combinations for tests * update docs for snowflake staging * forward staging config to supported destination configuration types * move boto out of staging credentials * authentication to s3 with iam role for redshift * verify support for snowflake s3 stage and update docs for this * adds named put stage to snowflake, improves exception messages, fixes and re-enables staging tests --------- Co-authored-by: Marcin Rudolf <[email protected]>
- Loading branch information
Showing
61 changed files
with
1,259 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.