-
Notifications
You must be signed in to change notification settings - Fork 134
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
added encoding to s3_copy function in redshift class #827
Conversation
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.
Looks like the linter may be flagging a problem which we'll want to pass before we merge this but other than that, looks good.
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.
Need to be linted by running Black but otherwise should be ready to go (relying on Willy's review in the comments)
So the instructions for how to use Black in the docs are wrong, whoops. Can you try |
* fix black error * Bump Multiple Docs Deps Around Sphinx (#975) * Bump multiple docs deps * Downgrade myst-parser --------- Co-authored-by: Soren Spicknall <[email protected]>
@sharinetmc can you double-check that I resolved the merge conflict correctly and that the function does what it should? 0fb5ab3 If you can confirm that, we can merge this |
@shaunagm, tests are all passing now and everything looks good! |
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.
LGTM
No description provided.