We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b18e022 + 4adbb5c commit 430fe61Copy full SHA for 430fe61
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.7.3 - 2024-08-28
2
+* [enhancement] Add TIME type conversion to string converter (Thanks to p-eye)
3
+
4
## 0.7.2 - 2024-07-21
5
* [maintenance] Fix GitHub Actions #166
6
* [maintenance] Fix gcs_client in order to load data using gcs_bucket parameter (Thanks to kashira202111) #164
embulk-output-bigquery.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "embulk-output-bigquery"
- spec.version = "0.7.2"
+ spec.version = "0.7.3"
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