-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
🎉 Source Snowflake : Update JDBC driver for Snowflake to 3.13.22 #16766
Conversation
NOTE
|
@akashkulk, don't forget to sign the CLA. |
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.
Please also bump the connector version in the dockerfile.
/test connector=connectors/source-snowflake
Build FailedTest summary info:
|
/test connector=connectors/destination-snowflake
Build FailedTest summary info:
|
/test connector=connectors/destination-snowflake
Build FailedTest summary info:
|
/test connector=connectors/source-snowflake
Build FailedTest summary info:
|
NOTE
|
… into akashkulk/snowflake-jdbc-driver
NOTE
|
/test connector=connectors/source-snowflake
Build FailedTest summary info:
|
/test connector=connectors/destination-snowflake
Build FailedTest summary info:
|
NOTE
|
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.
- The version bump is correct~~
- You should also update the changelog in
source/snowflake.md
anddestination/snowflake.md
. - The test failure seems persistent and related to the version bump. For example, the source always had two failed integration tests. Can you take a look into the root cause? Do they pass locally?
… into akashkulk/snowflake-jdbc-driver
… into akashkulk/snowflake-jdbc-driver
NOTE
|
/test connector=connectors/source-snowflake
Build FailedTest summary info:
|
… into akashkulk/snowflake-jdbc-driver
… into akashkulk/snowflake-jdbc-driver
NOTE
|
NOTE
|
/test connector=connectors/source-snowflake
Build PassedTest summary info:
|
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.
Nice!
Can you go through the pre-merge checklist and check off the items accordingly? For example, you should update the CHANGELOG
in snowflake.md
to add the information about the new version.
NOTE
|
NOTE
|
Thanks. I've checked off the relevant items. Just to confirm - after you approve these changes, I should (i) publish the new docker image and then (ii) merge the PR, correct? |
NOTE
|
/publish connector=connectors/source-snowflake run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
NOTE
|
…bytehq#16766) Update JDBC driver for Snowflake Co-authored-by: Liren Tu <tuliren.git@outlook.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
…bytehq#16766) Update JDBC driver for Snowflake Co-authored-by: Liren Tu <tuliren.git@outlook.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
🎉 Source Snowflake : Per this build, Airbyte is currently using version 3.13.9 of the JDBC drive for Snowflake. That driver is almost a year old and should be updated to the latest version 3.13.22, as of the creation of this ticket. We should consider updating our driver as well as putting in a mechanism to keep it updated on an ongoing basis.
Link for the repo with all of the drivers:
https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/
Resolve #16552
How
Update the driver to the latest version (3.13.22)
Pre-merge Checklist (connector update)
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here