embulk-output-jdbc
embulk-output-jdbc copied to clipboard
MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
They work on Windows and with certain versions of DBMSs.
(sorry, used a translating machine this) Documentation say "Resumable: yes" but doesn't work. I using `embulk-output-postgresql` with `mode: insert`. I tried test in next cases for resume feature. - Case...
Clickhouse is the direction of big data in the future. Currently, it is widely used in many scenarios. We hope the community can support it. thanks!
I suppose embulk-output-db2 is not used much. For easier maintenance of embulk-output-jdbc, it would better to move it from embulk-output-jdbc to my repository.
This PR will fix https://github.com/embulk/embulk-output-jdbc/issues/192. I would like you to review my code.
When trying to load to oracle using any mode (default, direct or oci) then getting :+1: Caused by: java.sql.SQLException: Unsupported type : NUMBER at org.embulk.output.oracle.DirectBatchInsert.prepare(DirectBatchInsert.java:138) I guess that the way...
When running Embulk on multiple machines that writes to a single RedShift cluster, I often get the following error **(usually only on the first few runs)**: `Error: java.lang.RuntimeException: org.postgresql.util.PSQLException: ERROR:...
Crate is a new big data solution for the Internet of things, which has been used in many industries. it is hoped that the embulk-output-jdbc can support the efficient ETL...