-
Notifications
You must be signed in to change notification settings - Fork 4.5k
change jdbc clickhoue verstion into 0.3.2-patch9 #14820
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
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.
LGTM, I see the old PR the community member did was about a month and half old so it seems that Clickhouse has updated to 0.3.2-patch10
. I would consider upgrading to the newest version since it appears we don't have any specific reason not to unless I'm mistaken: https://github.com/ClickHouse/clickhouse-jdbc/releases/tag/v0.3.2-patch10
/test connector=connectors/destination-clickhouse
Build FailedTest summary info:
|
@@ -79,8 +79,9 @@ Therefore, Airbyte ClickHouse destination will create tables and schemas using t | |||
|
|||
| Version | Date | Pull Request | Subject | | |||
|:--------|:-----------| :--- |:---------------------------------------------| | |||
| 0.1.8 | 2022-07-05 | [\#13516](https://github.com/airbytehq/airbyte/pull/13516) | Added JDBC default parameter socket timeout | | |||
| 0.1.7 | 2022-06-16 | [\#13852](https://github.com/airbytehq/airbyte/pull/13852) | Updated stacktrace format for any trace message errors | | |||
| 0.1.10 | 2022-07-05 | [\#13639](https://github.com/airbytehq/airbyte/pull/13639) | Change JDBC ClickHouse version into 0.3.2-patch9 | |
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.
Is the reason we jump to 0.1.10
to have parity between non strict-encrypt
and strict-encrypt
versions?
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.
yes
/test connector=connectors/destination-clickhouse
|
/test connector=connectors/destination-clickhouse
Build PassedTest summary info:
|
Align Destination Clickhouse and strict encrypt versions
185b0fc
to
2a9aa31
Compare
/publish connector=connectors/destination-clickhouse,connectors/destination-clickhouse-strict-encrypt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/test connector=connectors/destination-clickhouse-strict-encrypt
Build FailedTest summary info:
|
* bump versions of Destination Clickhouse * Align Destination Clickhouse and strict encrypt versions Co-authored-by: Octavia Squidington III <[email protected]> and @mzitnik
Created a non-forked version of this PR to run CI