We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effc8c2 commit 1dae7f7Copy full SHA for 1dae7f7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.11 - 2019-03-07
2
+
3
+* [maintenance] Fix to use `response.status.error_result` instead of `response.status.errors` to check job failure status (thanks to @nownabe)
4
5
## 0.4.10 - 2018-11-08
6
* [enhancement] Support column-based partition (thanks to Chi-Ruei Li)
7
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.4.10"
+ spec.version = "0.4.11"
spec.authors = ["Satoshi Akama", "Naotoshi Seo"]
spec.summary = "Google BigQuery output plugin for Embulk"
spec.description = "Embulk plugin that insert records to Google BigQuery."
0 commit comments