Hiroyuki Sato
Hiroyuki Sato
Hello, @gainings. Could you try the following configuration? If this configuration does not match your requirements, please write detail for your requirements. uuid.txt ``` 1,AD06F94F-829F-4CF9-A6AD-04EE3714E02E 2,E5504F33-C412-49BA-BF73-0218BF572535 3,6333DC4E-2173-4916-B48A-C970F720CCBB 4,BCBF4DC2-EE75-4365-ADC3-94F224644B6F 5,80AD6583-A2E6-4A8F-A65B-9CAEBA000084 6,2AC18E27-91F0-4419-8A7F-007D6BD5920E...
Helo, @gainings You can use [this branch](https://github.com/hiroyuki-sato/embulk-output-jdbc/tree/topic/postgresql-uuid) until introduced new feature. It worked in my environment (I checked the string data only). [diff](https://github.com/hiroyuki-sato/embulk-output-jdbc/commit/77150ee03f4b1b426810e2d047fc4a05968a1386) This change requires more work(add test and...
Hello, @joe-td I have one concern. Does this extension support incremental loading and raw query? If not, does this PR skip limitation in those cases? https://github.com/embulk/embulk-input-jdbc/tree/master/embulk-input-jdbc#use-incremental-loading-with-raw-query
Hello, @joe-td A user can write any query like this. Does this PR append `limit/top` statement if a user use `query` attribute? Or does this PR append `limit/top` statement if...
Hello, @joe-td I think `preview_query` is a little complicated if the user use `table` attribute only. Just for one idea. * `preview_limit`: If a configuration contains a `table` attribute, it...
Hello, @joe-td. If `setMaxRows()` works as you expected, the implementation will be more straightforward. 👍
Hello, @joe-td. Thank you for improving the PR. The Embulk project is carefully keeping the current behavior as far as possible. So, I'm worrying about changing the default preview limit...
ありがとうございます。Known Issueでしたか。気が付いたのでお知らせしただけです。 直すのは大変なのですね。
Hello, @adrianovieira I'm not familiar with much Elasticsearch. Could you tell me the following? * Did you import your certificate into the JVM environment? (i.e use keytool.) * Have you...
Hello, @adrianovieira Thank you for your reply. 1. I'll try to create the same environment. I'll appreciate it if you send me the reproduce configuration of the elasticsearch. 2. Multiple...