* 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>
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 .