Skip to content
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 jdbc extra options parameter #3

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

yu-kioo
Copy link
Contributor

@yu-kioo yu-kioo commented Aug 2, 2024

overview

added extra options parameter for JDBC path

@yu-kioo yu-kioo self-assigned this Aug 2, 2024
@@ -91,6 +91,7 @@ protected JdbcOutputConnector getConnector(PluginTask task, boolean retryableMet
props.put("SSL", "1");
props.put("ConnCatalog", t.getCatalogName());
props.put("ConnSchema", t.getSchemaName());
props.putAll(t.getOptions());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[FYI]
sample implementation:embulk-output-jbbc

@yu-kioo yu-kioo changed the title add extra jdbc options parameter add jdbc extra options parameter Aug 2, 2024
@yu-kioo yu-kioo requested review from d-hrs and chikamura August 5, 2024 01:32
@NamedPython NamedPython merged commit 61cecf3 into main Aug 5, 2024
2 checks passed
@NamedPython NamedPython deleted the add-jdbc-options-parameter branch August 5, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants