Destination MariaDB: custom JDBC parameters #10722
Labels
area/connectors
Connector related issues
connectors/destination/mariadb-columnstore
connectors/destinations-database
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Add support for Mariadb 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 the MariadbColumnstoreDestination spec does not specify that field. We should update the spec to support additional jdbc parameters for MariadbColumnstoreDestination destinationThe text was updated successfully, but these errors were encountered: