embulk-output-bigquery
embulk-output-bigquery copied to clipboard
Embulk output plugin to load/insert data into Google BigQuery
When I abort embulk job with Ctrl+C, temporary files at local disk wasn't removed. I think we should imprement content of abort() at [embulk-output-bigquery/lib/embulk/output/bigquery.rb L525](https://github.com/embulk/embulk-output-bigquery/blob/master/lib/embulk/output/bigquery.rb#L525) or https://github.com/embulk/embulk-output-bigquery/blob/master/lib/embulk/output/bigquery.rb#L423
SocketException occurred while inserting object into gcs. In this case, we will try again, but no retries will be made. Although it seems to be judging a retry from an...
Hello, I want to change the gem used in embulk-output-bigquery to be used for each google service, since the google-api-client gem has been deprecated. https://googleapis.dev/ruby/google-api-client/v0.53.0/ By the way, when I...
I noticed that loading jobs which convert numeral strings which start with zero into integer. Integer() returns 8 for '010' because it is interpreted as octal.
# summary In embulk-output-bigquery plugin, you can set up billing project and destination project separately. > destination_project > A destination project to which the data will be loaded. Use this...