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

sqlserver plugin supports driver_path option #269

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hiroyuki-sato
Copy link
Contributor

This PR supports driver_path in the sqlserver plugin.
Release to #266

./embulk-0.11.4.jar run config.yml
...
2024-09-12 19:50:01.547 +0900 [INFO] (main): Started Embulk v0.11.4
...
2024-09-12 19:50:04.813 +0900 [INFO] (0001:transaction): Loaded JRuby runtime 9.4.8.0
2024-09-12 19:50:04.933 +0900 [INFO] (0001:transaction): Loaded plugin embulk-input-sqlserver (0.14.0)
2024-09-12 19:50:05.077 +0900 [INFO] (0001:transaction): Loaded plugin embulk-output-stdout
2024-09-12 19:50:05.396 +0900 [WARN] (0001:transaction): "UTC" is recognized as "Z" to be compatible with the legacy style.
...
2024-09-12 19:50:05.694 +0900 [INFO] (0001:transaction): Using JDBC Driver 9.2.1.0

Tesed config

in:
  type: sqlserver
  driver_path: /tmp/mssql-jdbc-9.2.1.jre8.jar
  host: 10.10.10.10
  user: user
  password: password
  table: SYSOBJECTS
  database: master
out:
  type: stdout

@hiroyuki-sato hiroyuki-sato requested a review from a team as a code owner September 12, 2024 10:55
@hiroyuki-sato
Copy link
Contributor Author

Ah, CI has been failed. Change to Draft.

@hiroyuki-sato hiroyuki-sato marked this pull request as draft September 12, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant