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 9c135dd + 05792e5 commit 3c9d1cdCopy full SHA for 3c9d1cd
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.6.7 - 2021-09-10
2
+* [enhancement] Add an expiration option of temporary table to clean up (thanks to @TKNGUE)
3
+
4
## 0.6.6 - 2021-06-10
5
6
* [maintenance] Fix network retry function (thanks to @case-k-git)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.6.6"
+ spec.version = "0.6.7"
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