Skip to content

Commit 1d5ddd2

Browse files
auto-bump connector version
1 parent d1ccb9d commit 1d5ddd2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- name: BigQuery
2525
destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
2626
dockerRepository: airbyte/destination-bigquery
27-
dockerImageTag: 1.1.2
27+
dockerImageTag: 1.1.3
2828
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
2929
icon: bigquery.svg
3030
resourceRequirements:

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
supported_destination_sync_modes:
286286
- "overwrite"
287287
- "append"
288-
- dockerImage: "airbyte/destination-bigquery:1.1.2"
288+
- dockerImage: "airbyte/destination-bigquery:1.1.3"
289289
spec:
290290
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
291291
connectionSpecification:
@@ -321,8 +321,7 @@
321321
dataset_location:
322322
type: "string"
323323
description: "The location of the dataset. Warning: Changes made after creation\
324-
\ will not be applied. The default \"US\" value is used if not set explicitly.\
325-
\ Read more <a href=\"https://cloud.google.com/bigquery/docs/locations\"\
324+
\ will not be applied. Read more <a href=\"https://cloud.google.com/bigquery/docs/locations\"\
326325
>here</a>."
327326
title: "Dataset Location"
328327
enum:

0 commit comments

Comments
 (0)