Naotoshi Seo
Naotoshi Seo
Right, but I felt the new option is more useful than `-c` option.
> @sonots I chose json because many storage systems or SaaS services use JSON as the primary format of schema-less values. Such as postgresql, mysql, treasure data, etc. Nowadays, there...
BigQuery supports a timestamp column in a nested field (RECORD). This example motivates me much because I recently am working to bulkload into BigQuery.
Vertica also supports a timestamp in a nested field with fjsonparser (actually, the column name becomes like nested.column1, though). Some of analysts say as they want to load like this...
> Schema-less input + schema-full output is something I didn't expect Log evolves everyday, so I have to consider the case "schema-less input + schema-full output". An engineer developing a...
From a view of an author of JRuby version of embulk-output-bigquery. The JRuby version of embulk-output-bigquery has had an issue that formatter performance is worse than Java version. As I...
Are you sure `require "embulk.jar"` works? I did as followings, but did not work ``` $ jruby -v jruby 9.2.6.0 (2.5.3) 2019-02-11 15ba00b Java HotSpot(TM) 64-Bit Server VM 25.202-b03 on...
I could make it work. First, I needed to make jruby version to be same with the bundled jruby of embulk. ``` $ jruby -v jruby 9.1.15.0 (2.3.3) 2017-12-07 929fde8...
I could make it work like https://github.com/embulk/embulk-output-bigquery/pull/88/files
Wrote a document at https://github.com/embulk/embulk/issues/628#issuecomment-469047610 (This issue is the one shown on deprecation warning message)