-
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
🎉Source Clickhouse: added option to connect via SSH tunnel (aka Bastion server) #7327
🎉Source Clickhouse: added option to connect via SSH tunnel (aka Bastion server) #7327
Conversation
…support # Conflicts: # airbyte-integrations/connectors/source-clickhouse/src/main/java/io/airbyte/integrations/source/clickhouse/ClickHouseSource.java # airbyte-integrations/connectors/source-clickhouse/src/test-integration/java/io/airbyte/integrations/io/airbyte/integration_tests/sources/ClickHouseSourceAcceptanceTest.java
… etsybaev/7213-source-clickhouse-added-ssh-support
/test connector=connectors/source-clickhouse
|
/test connector=connectors/source-clickhouse-strict-encrypt
|
...grations/io/airbyte/integration_tests/sources/AbstractSshClickHouseSourceAcceptanceTest.java
Outdated
Show resolved
Hide resolved
@etsybaev kindly remind: update required documentation |
Sure. I will update it along with the bumping version once got all approvals. Thanks |
/test connector=connectors/source-clickhouse
|
…support # Conflicts: # airbyte-config/init/src/main/resources/seed/source_definitions.yaml
/test connector=connectors/source-clickhouse
|
/test connector=connectors/source-clickhouse-strict-encrypt
|
/publish connector=connectors/source-clickhouse
|
/publish connector=connectors/source-clickhouse-strict-encrypt
|
…on server) (airbytehq#7327) Source-Clickhouse: added support for connection via ssh tunnel
What
The was no way to connect to Clickhouse via ssh tunnel.
How
Added an option to connect to DB via SSH tunnel (aka Bastion server).
To achieve it there is a common approach with SshWrappedSource decorator had been used (the same way like we did with other connectors).
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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 hereUpdating a connector
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