File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.0 - 2024-02-1
2
+ * [ enhancement] Add support Embulk 0.11.x
3
+
1
4
## 0.6.9 - 2023-03-16
2
5
* [ enhancement] Add SSLException to retry job (thanks to @mzumi )
3
6
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ https://developers.google.com/bigquery/loading-data-into-bigquery
12
12
* ** Cleanup supported** : no
13
13
* ** Dynamic table creating** : yes
14
14
15
+ ### Supported Embulk
16
+
17
+ | gem version | Embulk version |
18
+ | ------------------| --------------------|
19
+ | 0.7.0 and higher | v0.11.0 and higher |
20
+ | 0.6.9 and lower | v0.9.X and lower |
21
+
15
22
### NOT IMPLEMENTED
16
23
* insert data over streaming inserts
17
24
* for continuous real-time insertions
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = "embulk-output-bigquery"
3
- spec . version = "0.6.9 "
3
+ spec . version = "0.7.0 "
4
4
spec . authors = [ "Satoshi Akama" , "Naotoshi Seo" ]
5
5
spec . summary = "Google BigQuery output plugin for Embulk"
6
6
spec . description = "Embulk plugin that insert records to Google BigQuery."
You can’t perform that action at this time.
0 commit comments