-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Destination Redshift - additional check method check, fix s3 file deletion #34186
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
Co-authored-by: Marcos Marx <[email protected]>
…l/redshift-check-updates
…l/redshift-check-updates
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.
mostly nits. curious what you think about overriding check
directly vs exposing the method in the base class. lgtm otherwise
...ions/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/AbstractJdbcDestination.java
Show resolved
Hide resolved
.../io/airbyte/integrations/destination/redshift/operations/RedshiftS3StagingSqlOperations.java
Outdated
Show resolved
Hide resolved
...n-redshift/src/main/java/io/airbyte/integrations/destination/redshift/util/RedshiftUtil.java
Outdated
Show resolved
Hide resolved
@edgao opted to not override check because of the connection and exception handling already present. I wanted the additional checks to run inside of all that without duplicating, I think overriding the check method I would have to something more sequential like
|
Signed-off-by: Gireesh Sreepathi <[email protected]>
Signed-off-by: Gireesh Sreepathi <[email protected]>
…l/redshift-check-updates
/publish-java-cdk
|
…l/redshift-check-updates
…etion (airbytehq#34186) Signed-off-by: Gireesh Sreepathi <[email protected]> Co-authored-by: Sitaram Shelke <[email protected]> Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: Cynthia Yin <[email protected]> Co-authored-by: Baz <[email protected]> Co-authored-by: bazarnov <[email protected]> Co-authored-by: kekiss <[email protected]> Co-authored-by: Anatolii Yatsuk <35109939 [email protected]> Co-authored-by: Edward Gao <[email protected]> Co-authored-by: Augustin <[email protected]> Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: Alexandre Cuoci <[email protected]> Co-authored-by: perangel <[email protected]> Co-authored-by: Aaron ("AJ") Steers <[email protected]> Co-authored-by: Ben Church <[email protected]> Co-authored-by: Gireesh Sreepathi <[email protected]>
## What * Resurrect removed signatures to fix compilation errors in Snowflake connector. * Partial revert of airbytehq#34186
…d methods and vars (airbytehq#34467) ## What * Reverting few signature changes from airbytehq#34186
…etion (airbytehq#34186) Signed-off-by: Gireesh Sreepathi <[email protected]> Co-authored-by: Sitaram Shelke <[email protected]> Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: Cynthia Yin <[email protected]> Co-authored-by: Baz <[email protected]> Co-authored-by: bazarnov <[email protected]> Co-authored-by: kekiss <[email protected]> Co-authored-by: Anatolii Yatsuk <35109939 [email protected]> Co-authored-by: Edward Gao <[email protected]> Co-authored-by: Augustin <[email protected]> Co-authored-by: Joe Reuter <[email protected]> Co-authored-by: Alexandre Cuoci <[email protected]> Co-authored-by: perangel <[email protected]> Co-authored-by: Aaron ("AJ") Steers <[email protected]> Co-authored-by: Ben Church <[email protected]> Co-authored-by: Gireesh Sreepathi <[email protected]>
## What * Resurrect removed signatures to fix compilation errors in Snowflake connector. * Partial revert of airbytehq#34186
…d methods and vars (airbytehq#34467) ## What * Reverting few signature changes from airbytehq#34186
This changes Destination Redshift's check method to verify access to the
svv_table_info
table as well as fixes a bug related to the removal of s3 staging files if users selected this option