embulk-input-jdbc
embulk-input-jdbc copied to clipboard
MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Hi, I'm currently experiencing an issue when loading data from an Azure SQL Instance. Even if the load completes, the execution fails with the following error message: org.embulk.exec.PartialExecutionException: java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException:...
# ENV embulk-0.11.0 embulk-input-jdbc-0.13.2 # TO REPRODUCE Set datasource oracle and set schema. ```yaml in: type: jdbc driver_path: ./jdbc8.jar driver_class: oracle.jdbc.driver.OracleDriver url: XXXXXX user: XXXXX password: XXXXX schema: my_schema table:...
Currently, the `embulk preview` command fetch all the records and it uses the same logic as `embulk run ...` command, so it will take a lot of time to run...
Along with it, - Clean up build.gradle - Switch the lockfiles to the modern style - Use Gradle's Java toolchain - Stop publishing the ".module" file - Sign from Gradle...
# env openjdk version "1.8.0_282" OpenJDK Runtime Environment (build 1.8.0_282-b08) OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode) embulk 0.9.23 jdbc mysql-connector-java-8.0.25 # use case mysql -> msyql # yaml...
Fix for issue #241
If we check https://github.com/embulk/embulk-input-jdbc/blob/master/embulk-input-postgresql/gradle/dependency-locks/compileClasspath.lockfile we can see that jackson-databind is in version 2.6.7 but this version has some security vulnerabilities and needs to be upgraded: CWE-502: Deserialization of Untrusted Data...
If we check https://github.com/embulk/embulk-input-jdbc/blob/master/embulk-input-postgresql/gradle/dependency-locks/compileClasspath.lockfile we can see that jackson-databind is in version 2.6.7 but this version has some security vulnerabilities and needs to be upgraded: CWE-502: Deserialization of Untrusted Data...