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