-
Notifications
You must be signed in to change notification settings - Fork 4.6k
🎉 Destination Redshift (copy): accept bucket path for staging data #8607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 33 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
4f8eb4f
rename to Legacy
edgao 0c4159d
add legacy test
edgao a62ead7
create S3StreamCopier
edgao daa9352
fix param deletion
edgao 48d25d6
wip
edgao babcc77
wip
edgao 098ce39
make tests work. mocks are awful.
edgao b949984
WIP replace old code; nothing works yet
edgao 533880e
add getObjectKey; add S3CsvWriterTest
edgao 36bdea8
write to multiple files correctly
edgao b03896a
correct deleteStagingFiles test
edgao dc8a2c4
completed things
edgao 94029e4
fix test
edgao 3019ef0
unit capitalization
edgao 50a3a29
formatting
edgao 7dfd452
wip
edgao 15b9f27
remove mistaken dep
edgao c54baf3
use UUID suffix
edgao 5c367df
various improvements
edgao 2b27a4e
optional header; unit test file contents
edgao 2bcf9a5
fix field name
edgao 24c6a19
remove comment
edgao d860fd6
RECORD CLASS RECORD CLASS
edgao ff400c7
warning
edgao 0fe979b
text block
edgao 685f366
add more csv options
edgao d327bcc
update comment
edgao 0f7b2bd
assert copy operation
edgao 866db40
add test
edgao 1b4f41f
cutover to non-legacy stream copier
edgao 89f53fe
update param name
edgao 5cd8b56
minor comments about sheet generator + Flattening
edgao 7a1de37
timezones :(
edgao d4fcff7
add dup code comment
edgao 9d3c6c1
delete redundant tests
edgao e975bb8
manifest also exists within bucketPath
edgao 0ef601e
add comment
edgao 734141d
better comment
edgao 8cd2e51
rename getObjectKey + add javadoc
edgao 842e1d9
explain default behavior
edgao 485fe5d
remove from abstract classes
edgao 1bdfab4
Merge branch 'master' into edgao/s3_based_stream_copier
edgao ed07183
reformat
edgao 5d0427a
add implementation for getObjectPath
edgao fed6c36
prepare for publish
edgao f58bb90
follow doc conventions
edgao 87b8543
follow doc conventions
edgao 028c3b6
rename to getOutputPath
edgao 192d6a3
add comment
edgao 257dcb7
Merge branch 'master' into edgao/s3_based_stream_copier
edgao 372098d
Merge branch 'master' into edgao/s3_based_stream_copier
edgao 7625bee
regenerate seed specs
edgao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be implemented as part of this PR? or separate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take a look at this; not sure how much effort it will be. If it's reasonably straightforward I'll implement this on all the writers.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it can also just be a separate PR, no reason to make this PR super big