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 a84ca97 commit 83ee8feCopy full SHA for 83ee8fe
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.7.4 - 2024-12-17
2
+* [maintenance] Primary location unless location is set explicitly (Thanks to joker1007) #172
3
+
4
## 0.7.3 - 2024-08-28
5
* [enhancement] Add TIME type conversion to string converter (Thanks to p-eye)
6
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.7.3"
+ spec.version = "0.7.4"
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