Destination Clickhouse: custom JDBC parameters #10717
Labels
area/connectors
Connector related issues
autoteam
connectors/destination/clickhouse
connectors/destinations-database
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Add support for MySQL Destinations to take in a JDBC URL Params input to specify any additional JDBC parameters for the connection.
This is a follow up to #10421
This is part of #9501
Describe the solution you’d like
AbstractJdbcDestination
can already handle jdbc parameters via thejdbc_url_params
field, but theClickhouseDestination
spec does not specify that field. We should update the spec to support additional jdbc parameters for Clickhouse destinationThe text was updated successfully, but these errors were encountered: