Source Redshift: custom JDBC parameters #10730
Labels
area/connectors
Connector related issues
connectors/source/redshift
connectors/sources-database
needs-triage
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Add support for Redshift Source 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
AbstractJdbcSource
can already handle jdbc parameters via theconnection_properties
field, but the source-redshift spec does not specify that field. We should update the spec to support additional jdbc parameters for Redshift sourceThe text was updated successfully, but these errors were encountered: