-
Starting from PostgreSQL 14, the default password encryption has changed from `md5` to `scram-sha-256`. The default JDBC driver in `embulk-output-jdbc` does not support `scram-sha-256` (see section 19…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
# brew config
HOMEBREW_VERSION: 4.4.3-60-g745596b
ORIGIN: https://github.com/Homebrew/brew
HEAD: 745596b55579f3b9…
-
I faced this [ISSUE](https://github.com/embulk/embulk-input-jdbc/issues/257). So, I'd like to use `embulk-input-oracle` , but these error was occurs in this environment.
# ENV
* embulk-0.11.0
* e…
-
![1](https://user-images.githubusercontent.com/1619084/53150908-16f62300-35f5-11e9-8866-5be0b53d4f46.png)
-
# ENV
* OS: Debian 11.4
* Java: openjdk version "1.8.0_342
* embulk-0.9.24
* embulk-input-sqlserver: 0.13.2
# TO REPRODUCE
1. Download the jdbc driver mssql-jdbc-9.2.0.jre8.jar from micros…
-
It seems that `com.mysql.jdbc.TimeUtil` removed.
* embulk: 0.9.17
* embulk-input-mysql: 0.10.0
* Connector/J: mysql-connector-java-8.0.16
```
mysql> select * from space_test;
+----+-------…
-
In the process of fixing [this bug](https://github.com/embulk/embulk-base-restclient/issues/136), I would like to update embulk-base-restclient version to the latest one.
Do you have any plans?
-
Hello All -- I started at TD last week and downloaded the embulk library using the instructions for Mac on embulk.org. I had some trouble running a basic script and was receiving the following error a…
-
# Environment
- Embulk version: 0.9.23
- embulk-output-elasticsearch version: 0.4.7(latest)
- embulk-base-restclient version: 0.5.5
# Reproduction
https://github.com/calorie/embulk-repro
…
-
Hi maintainers,
We sometimes encounter a problem CSV Parser cannot parse string containing `\0` .
This seems to be caused by CSV Parser judging that `\0` is the end of a sentence.
https://githu…