-
`TEXT` columns created by Embulk default to `VARCHAR(65535)`. This is definitely larger than necessary in the majority of situations and is a [Redshift antipattern](https://docs.aws.amazon.com/redshif…
-
This error occurs after importing some data to elasticsearch
- environment
```
OS: Linux Fedora-33
elasticsearch: 7.11.2
ssl: yes; self-signed certificate
java:
openjdk version…
-
For future discussion,
An input data write periodically to `dir A` by the fluentd out_file plugin.
Embulk read it from that directory.
If this case, Embulk rarely raises the following Exception…
-
Embulk: 0.9.5
The following data contains `null` name field.
The following data generate `embulk example` and changed header name.
```csv
null,account,time,purchase,comment
1,32864,2015-01-…
-
I use liquid template
When I execute `embulk run config.yml` without .liquid suffix
The following exception raised.
the more user-friendly message need.
config.yml
```
in:
type: file
path_pref…
-
## Context
Hi, I'm a newbie embulk plugin developper and I haven't created before.
I've just followed the doc and "Next steps" output:
https://www.embulk.org/docs/customization.html
I confir…
-
I have encountered an issue where the environment consists of
Windows 10 OS,
Java 8,
Embulk version 0.11.0,
JRuby 9.4.3.0,
embulk-input-sqlserver (version 0.13.2),
and embulk-output-s3 (ver…
-
Issue Type: Bug Report
-----------------------
* Write the following environmental information.
* OS version: macOS 13.2.1
* Java version: 1.8
* Embulk version: 0.10.48
The following c…
-
If your issue is not following the template, the maintainer may close the issue without notifications.
Issue Type: Bug Report
-----------------------
* Write the following environmental informa…
-
"LEAK: ByteBuf.release() was not called before it's garbage-collected." is shown
on every trial of elasticsearch output.
Even if change the output 'null', the result is same.
After about 5 million …