Skip to content

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
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 chikamura and d-hrs August 5, 2024 01:32
@NamedPython NamedPython merged commit 61cecf3 into main Aug 5, 2024
@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.

3 participants