treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

[feature-request] Oracle operator #1764

Closed doctor closed 1 year ago

doctor commented 1 year ago

Hello, Can you please implement Oracle operator? I tried to use the digdag-plugin-myjdbc and then attempted to modify it to use for Oracle. No luck due to the ConnectionConfig not accepting jdbc url or service name for the Oracle database instead of the standard host, port, etc. I am getting Invalid URL exception from openConnection() I am currently accomplishing the tasks using py operator... having a dedicated operator would greatly increase the productivity. Thank you!

hiroyuki-sato commented 1 year ago

Hello, @doctor. it's a good chance for you to create a new plugin by yourself. You can fork and modify digdag-plugin-myjdbc.

These plugins are developed by community contributors (not the digdag project).