Skip to content

Commit 3d4cd4d

Browse files
committed
destination-bigquery-denormalized: Bump version
1 parent 7904ab1 commit 3d4cd4d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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,6 +2,6 @@
22
"destinationDefinitionId": "079d5540-f236-4294-ba7c-ade8fd918496",
33
"name": "BigQuery (denormalized typed struct)",
44
"dockerRepository": "airbyte/destination-bigquery-denormalized",
5-
"dockerImageTag": "0.1.5",
5+
"dockerImageTag": "0.1.6",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/bigquery"
77
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- destinationDefinitionId: 079d5540-f236-4294-ba7c-ade8fd918496
2828
name: BigQuery (denormalized typed struct)
2929
dockerRepository: airbyte/destination-bigquery-denormalized
30-
dockerImageTag: 0.1.5
30+
dockerImageTag: 0.1.6
3131
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
3232
- destinationDefinitionId: ca8f6566-e555-4b40-943a-545bf123117a
3333
name: Google Cloud Storage (GCS)

docs/integrations/destinations/bigquery.md

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Therefore, Airbyte BigQuery destination will convert any invalid characters into
159159

160160
| Version | Date | Pull Request | Subject |
161161
| :--- | :--- | :--- | :--- |
162+
| 0.1.6 | 2021-09-16 | [#6145](https://github.com/airbytehq/airbyte/pull/6145) | BigQuery Denormalized support for date, datetime & timestamp types through the json "format" key
162163
| 0.1.5 | 2021-09-07 | [#5881](https://github.com/airbytehq/airbyte/pull/5881) | BigQuery Denormalized NPE fix
163164
| 0.1.4 | 2021-09-04 | [#5813](https://github.com/airbytehq/airbyte/pull/5813) | fix Stackoverflow error when receive a schema from source where "Array" type doesn't contain a required "items" element |
164165
| 0.1.3 | 2021-08-07 | [#5261](https://github.com/airbytehq/airbyte/pull/5261) | 🐛 Destination BigQuery(Denormalized): Fix processing arrays of records |

0 commit comments

Comments
 (0)