Skip to content

Commit 68b68d6

Browse files
committed
bump version
1 parent ce12128 commit 68b68d6

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/079d5540-f236-4294-ba7c-ade8fd918496.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"destinationDefinitionId": "079d5540-f236-4294-ba7c-ade8fd918496",
33
"name": "BigQuery (denormalized typed struct)",
44
"dockerRepository": "airbyte/destination-bigquery-denormalized",
5-
"dockerImageTag": "0.2.3",
5+
"dockerImageTag": "0.2.4",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/bigquery",
77
"icon": "bigquery.svg"
88
}

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/22f6c74f-5699-40ff-833c-4a879ea40133.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"destinationDefinitionId": "22f6c74f-5699-40ff-833c-4a879ea40133",
33
"name": "BigQuery",
44
"dockerRepository": "airbyte/destination-bigquery",
5-
"dockerImageTag": "0.6.3",
5+
"dockerImageTag": "0.6.4",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/bigquery",
77
"icon": "bigquery.svg"
88
}

airbyte-config/init/src/main/resources/seed/destination_definitions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
- name: BigQuery
1414
destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
1515
dockerRepository: airbyte/destination-bigquery
16-
dockerImageTag: 0.6.3
16+
dockerImageTag: 0.6.4
1717
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
1818
icon: bigquery.svg
1919
- name: BigQuery (denormalized typed struct)
2020
destinationDefinitionId: 079d5540-f236-4294-ba7c-ade8fd918496
2121
dockerRepository: airbyte/destination-bigquery-denormalized
22-
dockerImageTag: 0.2.3
22+
dockerImageTag: 0.2.4
2323
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
2424
icon: bigquery.svg
2525
- name: Cassandra

airbyte-config/init/src/main/resources/seed/destination_specs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
supportsDBT: false
189189
supported_destination_sync_modes:
190190
- "append"
191-
- dockerImage: "airbyte/destination-bigquery:0.6.3"
191+
- dockerImage: "airbyte/destination-bigquery:0.6.4"
192192
spec:
193193
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
194194
connectionSpecification:
@@ -382,7 +382,7 @@
382382
- "overwrite"
383383
- "append"
384384
- "append_dedup"
385-
- dockerImage: "airbyte/destination-bigquery-denormalized:0.2.3"
385+
- dockerImage: "airbyte/destination-bigquery-denormalized:0.2.4"
386386
spec:
387387
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
388388
connectionSpecification:

airbyte-integrations/connectors/destination-bigquery-denormalized/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-bigquery-denormalized
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.2.3
19+
LABEL io.airbyte.version=0.2.4
2020
LABEL io.airbyte.name=airbyte/destination-bigquery-denormalized

airbyte-integrations/connectors/destination-bigquery/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-bigquery
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.6.3
19+
LABEL io.airbyte.version=0.6.4
2020
LABEL io.airbyte.name=airbyte/destination-bigquery

docs/integrations/destinations/bigquery.md

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Therefore, Airbyte BigQuery destination will convert any invalid characters into
153153
154154
| Version | Date | Pull Request | Subject |
155155
|:--------| :--- | :--- | :--- |
156+
| 0.6.4 | 2022-01-18 | [\#9573](https://github.com/airbytehq/airbyte/pull/9573) | BigQuery Destination : update description for some input fields |
156157
| 0.6.3 | 2022-01-12 | [\#9415](https://github.com/airbytehq/airbyte/pull/9415) | BigQuery Destination : Fix GCS processing of Facebook data |
157158
| 0.6.2 | 2022-01-10 | [\#9121](https://github.com/airbytehq/airbyte/pull/9121) | Fixed check method for GCS mode to verify if all roles assigned to user |
158159
| 0.6.1 | 2021-12-22 | [\#9039](https://github.com/airbytehq/airbyte/pull/9039) | Added part_size configuration to UI for GCS staging |
@@ -172,6 +173,7 @@ Therefore, Airbyte BigQuery destination will convert any invalid characters into
172173
173174
| Version | Date | Pull Request | Subject |
174175
|:--------|:-----------|:-----------------------------------------------------------| :--- |
176+
| 0.2.4 | 2022-01-18 | [\#9573](https://github.com/airbytehq/airbyte/pull/9573) | BigQuery Destination : update description for some input fields |
175177
| 0.2.3 | 2022-01-12 | [\#9415](https://github.com/airbytehq/airbyte/pull/9415) | BigQuery Destination : Fix GCS processing of Facebook data |
176178
| 0.2.2 | 2021-12-22 | [\#9039](https://github.com/airbytehq/airbyte/pull/9039) | Added part_size configuration to UI for GCS staging |
177179
| 0.2.1 | 2021-12-21 | [\#8574](https://github.com/airbytehq/airbyte/pull/8574) | Added namespace to Avro and Parquet record types |

0 commit comments

Comments
 (0)