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 85498bb commit 76b74aaCopy full SHA for 76b74aa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.13 - 2019-03-20
2
+
3
+* [enhancement] Support clustered table as an experimental feature
4
5
## 0.4.12 - 2019-03-20
6
7
* [maintenance] Fix `time_partitioning.requirePartitionFilter` was not working. Use `time_partitioning.require_partition_filter` (thanks to @gitetsu)
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.4.12"
+ spec.version = "0.4.13"
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