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.
2 parents 0796d0a + 306183a commit 8f2e5b5Copy full SHA for 8f2e5b5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.8 - 2022-10-12
2
+* [enhancement] Support JSON type (thanks to @civitaspo )
3
+* [maintenance] Add an error message in order to retry (thanks to @mzumi)
4
+
5
## 0.6.7 - 2021-09-10
6
* [enhancement] Add an expiration option of temporary table to clean up (thanks to @TKNGUE)
7
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.7"
+ spec.version = "0.6.8"
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