1
0
mirror of synced 2025-12-29 09:03:46 -05:00
Files
airbyte/airbyte-integrations/connectors/source-clickhouse-strict-encrypt
oneshcheret 765bd1bfeb Source ClickHouse: add custom jdbc params (#17031)
* Source clickhouse: add jdbc params

* Source clickhouse: add jdbc params

* Source clickhouse: add jdbc params

* Source clickhouse: updated tests

* Source clickhouse: format

* Source clickhouse: format

* Source clickhouse: format

* Source clickhouse: format

* Source clickhouse: bump version

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-09-27 14:03:52 +03:00
..

Clickhouse Strict Encrypt Test Configuration

In order to test the Clickhouse destination, you need to have the up and running Clickhouse database that has SSL enabled.

This connector inherits the Clickhouse source, but support SSL connections only.

Integration tests

For ssl test custom image is used. To push it run this command under the tools\integration-tests-ssl dir: docker build -t your_user/clickhouse-with-ssl:dev -f Clickhouse.Dockerfile .