-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Destination Oracle: custom JDBC parameters #10719
Comments
Hey team! Please add your planning poker estimate with ZenHub @tuliren @edgao @subodh1810 |
Need to make changes under destination-oracle/OracleDestination.java class & spec.json file. |
Please add your planning poker estimate with ZenHub @pcsoni89 |
What's the points estimate on this issue? IMHO Scoping Finished implies that we assigned the estimate. |
Tried setting up different source and GCS destination connector. |
@pcsoni89 was this comment meant for a different issue? I don't see anything related to GCS, S3, or SignatureDoesNotMatch in this issue. |
Hi @grishick , |
Tell us about the problem you're trying to solve
Add support for Oracle 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 theOracleDestination
spec does not specify that field. We should update the spec to support additional jdbc parameters for Oracle destinationThe text was updated successfully, but these errors were encountered: