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