Satoshi Akama

Results 9 comments of Satoshi Akama

Let me leave comment to stock past requests. I've got same 2 requests in plugin's repository in past 1 year. But I have no idea if there are many potential...

Why don't you increase the value of `preview_sample_buffer_bytes`? ```yaml exec: preview_sample_buffer_bytes: 65536 # 64KB ``` https://www.embulk.org/docs/built-in.html#preview-executor Embulk preview tries to read 32KB as a default. I suppose your data exceeded...

The only way might be to parse the INFO log now. * when `is_skip_job_result_check: false` ``` 2020-02-28 11:48:04.446 +0900 [INFO] (0001:transaction): embulk-output-bigquery: transaction_report: {"num_input_rows":4,"num_response_rows":4,"num_output_rows":4,"num_rejected_rows":0} ``` * when `is_skip_job_result_check: true` If...

Sorry for late response. I overlooked this issue. Although I'm not aware about routing feature, to support this feature sounds good to me. We welcome your PR. Thanks.

> i want to get returned value by stdout or programatic return for some reason. Embulk provides EmbulkEmbed that allows us to execute Embulk from Java program. https://github.com/embulk/embulk/blob/master/embulk-core/src/main/java/org/embulk/EmbulkEmbed.java We (Arm...

Hi. Currently, embulk-output-elasticsearch doesn't support index_template. But I think it's a good idea to support this feature like [fluent-plugin-elasticsearch](https://github.com/uken/fluent-plugin-elasticsearch) is doing.

@muga @jmwiersma > How can we specify this mapping as plugin config options? Any thoughts? I think specify as a file is better. Description method of index template is too...

Hi. We have no plan to develop & bundle embulk-output-clickhouse in this repository for now, unfortunately. There is no developer in (owner|maintainer|collaborator) who is familiar with Clickhouse. I recommend that...

Awesome 👍 Please send a PR to https://github.com/embulk/plugins.embulk.org repository after you push to RubyGems.org so that your plugin will be shown in the [plugin list page](https://github.com/embulk/plugins.embulk.org). e.g. https://github.com/embulk/plugins.embulk.org/pull/4 If you...