Hiroyuki Sato
Hiroyuki Sato
What default value is best for sequence_format? | Plugin | sequence_format | note | | :-- | :-- | :-- | | LocalFile | %03d.%02d. | [Code](https://github.com/embulk/embulk/blob/d807e6aaae9bb02b71d9aae355b1298356ed26b5/embulk-standards/src/main/java/org/embulk/standards/LocalFileOutputPlugin.java#L38) | | hdfs...
Hello, @kohki1234 JFYI #844 is the same issue. As far as I know, The `path_match_pattern` option in input-s3 introduced recently.
Hello, @Ryo51289 Embulk doesn't support multi input. You need to use workflow engine i.e [digdag](https://www.digdag.io) And also this plugin [embulk-output-multi](https://github.com/kamatama41/embulk-output-multi) may help.
> I don't think it'll be included in v0.10.36. Then just wait for #1505 merged. OK. Thanks! I'll add the test results later.
@dmikurube Thank you for your review. Could you check again?
@dmikurube Thank you for your review. I used your comment and added the same comment to DataError too.
Hello, @DevRockstarZ Embulk still uses JRuby 9.1 (Ruby 2.3 compatible). Could you try https://github.com/embulk/embulk-output-bigquery/pull/114/files ?
Related #945 I heard that the document needs to update totally.
Maintainers and I answered this issue on [twitter](https://twitter.com/dmikurube/status/1098818745546358785). (Japanese) * `add_dependency "embulk"` in gemspec may not need. so just remove it. * `embulk.gem` was used for testing a plugin. Alternatively,...
Thank you for replying. I don't have any concern about globs or regexps. I think options compatible with embulk-input-s3 is important.