-
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
☝ Add an optional jdbc_url_params to MySQL source connector to customize the jdbc_url string #2611
Conversation
* Make sync modes required * Provide Migration script making sure it is always defined for previous sync configs
}, | ||
"jdbc_url_params": { | ||
"description": "Additional Parameters to pass to the jdbc url string when connecting to the database", | ||
"type": "string" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems like there is a very specific format expected here. can you add an example that shows adding multiple params?
…ize the jdbc_url string
2350b70
to
27a425c
Compare
/publish connector=connectors/source-mysql
|
What
Closes #2601 by allowing user to specify
zerodatetimebehavior=Converttonull
or some other optionsCloses #1879
How
Add an optional connection parameter string field
jdbc_url_params
in the properties list of source-MySql specPre-merge Checklist
Recommended reading order
airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
component.ts