Shinichi Ishimura
Shinichi Ishimura
### How should it be implemented? 🤔 1. Specify a fixed salt via `salt` property ```yaml filters: - type: hash columns: - { name: email, salt: fooooooooo } ``` 2....
@k24d 遅くなりましたが、HMAC hashingに対応したv0.5.0をリリースしたのでよければ試してみてください 🙏
This issue is an our blocker to upgrade Rundeck from 3.3.x. Since now 3.x seems no longer maintained, we hope it's solved as soon as possible.
Dear users of JSON parser plugin, The features are experimentally released since Embulk ~0.9.5~ 0.9.15. We would like your feedback to improve it, thank you!
@hiroyuki-sato Thank you for pointing out. You are right, I fixed them.
It might be better to update JRuby plugin's template as well. https://github.com/embulk/embulk/blob/e85d6998d139f65c79bc209207257f410d4e0db9/embulk-core/src/main/resources/org/embulk/plugin/template/ruby/gemspec.vm#L19
My plugin https://github.com/kamatama41/embulk-executor-remoteserver (it's a hobby project and no one uses the plugin on production, though 😅 ) uses `SystemConfig`, `ModelManager` and `ScriptingContainer` for the following reason. The plugin runs...
It's probably because of **CSV** guess plugin. [CsvGuessPlugin](https://github.com/embulk/embulk/blob/v0.9.15/embulk-standards/src/main/ruby/embulk/guess/csv.rb#L5) extends [LineGuessPlugin](https://github.com/embulk/embulk/blob/v0.9.15/embulk-core/src/main/ruby/embulk/guess_plugin.rb#L86) and the LineGuessPlugin always tries to guess the 2 options before CsvGuessPlugin's guess ([ref](https://github.com/embulk/embulk/blob/v0.9.15/embulk-core/src/main/ruby/embulk/guess_plugin.rb#L88-L98)).
I have the same problem and solve it by the following hack. Our GraphQL server has a scalar type `Time` that returns ISO8601 format date and time. Adding its type...
Just FYI, I'm experiencing the same error with: - Deis Workflow 2.15 - Rancher 1.6.5 - Both hosts and server is RancherOS 1.0.3 - Kubernetes 1.6.6