embulk-output-jdbc icon indicating copy to clipboard operation
embulk-output-jdbc copied to clipboard

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk

Results 51 embulk-output-jdbc issues
Sort by recently updated
recently updated
newest added

embulk-output-redshift does not support SUPER type. Currently, only VARBYTE can be used to send data to Redshift. However, VARBYTE has an upper limit of 65535 bytes, so it is not...

While transferring data from SQL Server to PostgreSQL with Embulk, I get an error as follows. 2023-12-04 19:07:08.875 +0300 [INFO] (0001:transaction): Loaded plugin embulk-input-sqlserver (0.13.2) 2023-12-04 19:07:08.939 +0300 [INFO] (0001:transaction):...

My mysql uses code utf8mb4, and mysq's temporary table code is utf8mb4, When I insert data into mysql temporary table, it has the following error: `org.embulk.exec.PartialExecutionException: java.lang.RuntimeException: java.sql.BatchUpdateException: Incorrect string...

Hi All, I'm using: ● MySQL: 5.7.14 ● embulk: 0.9.23 ● embulk-output-mysql: 0.8.7 below is my config in: type: http url: https://xxxx parser: type: xml2 root: aaa/bbb schema: - {name:...

OIDC support will improve `embulk` usability in EKS. https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html

Plugin not support postgres UUID datatype now. UUID have become generally used, so I'd be happy if you could support them. ``` 2022-02-12 12:40:27.749 +0900: Embulk v0.9.23 -- 2022-02-12 12:40:30.771...

Hi maintainers, I create an issue related to https://github.com/embulk/embulk-output-jdbc/issues/299. If we create a temporary table for each task, we will end up with a lot of temporary tables when there...

For the column type `tinyint(1)` , the first execution changes to `boolean`, and the second execution changes to `bit(0)`. - macOS 10.14.6 - Embulk 0.9.19 - embulk-output-mysql 0.8.6 - MySQL...

Support option for skipping error records instead of aborting. Error records should be written in log file (or another OutputPlugin?). And user may want to know number of error records.

- test for `temp_database` - test for `schema` - test for `temp_schema`