embulk / embulk-input-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Other
102 stars 74 forks source link

Using a version of pgjdbc that is no longer supported #173

Open davecramer opened 4 years ago

davecramer commented 4 years ago

https://github.com/embulk/embulk-input-jdbc/blob/0b832b87f988aa1a94305413ee08544e58d5b095/embulk-input-postgresql/build.gradle#L5

hito4t commented 4 years ago

@davecramer Thank you! As you pointed out, embulk-input-postgresql is using pretty old JDBC driver, which was released at 2015-11-03. I'll test if embulk-input-postgresql works with the newer driver.