File tree Expand file tree Collapse file tree 5 files changed +97
-94
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors
destination-bigquery-denormalized
docs/integrations/destinations Expand file tree Collapse file tree 5 files changed +97
-94
lines changed Original file line number Diff line number Diff line change 27
27
- name : BigQuery
28
28
destinationDefinitionId : 22f6c74f-5699-40ff-833c-4a879ea40133
29
29
dockerRepository : airbyte/destination-bigquery
30
- dockerImageTag : 1.1.16
30
+ dockerImageTag : 1.2.0
31
31
documentationUrl : https://docs.airbyte.io/integrations/destinations/bigquery
32
32
icon : bigquery.svg
33
33
resourceRequirements :
40
40
- name : BigQuery (denormalized typed struct)
41
41
destinationDefinitionId : 079d5540-f236-4294-ba7c-ade8fd918496
42
42
dockerRepository : airbyte/destination-bigquery-denormalized
43
- dockerImageTag : 1.1.16
43
+ dockerImageTag : 1.2.0
44
44
documentationUrl : https://docs.airbyte.io/integrations/destinations/bigquery
45
45
icon : bigquery.svg
46
46
resourceRequirements :
Original file line number Diff line number Diff line change 285
285
supported_destination_sync_modes :
286
286
- " overwrite"
287
287
- " append"
288
- - dockerImage : " airbyte/destination-bigquery:1.1.16 "
288
+ - dockerImage : " airbyte/destination-bigquery:1.2.0 "
289
289
spec :
290
290
documentationUrl : " https://docs.airbyte.io/integrations/destinations/bigquery"
291
291
connectionSpecification :
495
495
- " overwrite"
496
496
- " append"
497
497
- " append_dedup"
498
- - dockerImage : " airbyte/destination-bigquery-denormalized:1.1.16 "
498
+ - dockerImage : " airbyte/destination-bigquery-denormalized:1.2.0 "
499
499
spec :
500
500
documentationUrl : " https://docs.airbyte.io/integrations/destinations/bigquery"
501
501
connectionSpecification :
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true
17
17
18
18
COPY --from=build /airbyte /airbyte
19
19
20
- LABEL io.airbyte.version=1.1.16
20
+ LABEL io.airbyte.version=1.2.0
21
21
LABEL io.airbyte.name=airbyte/destination-bigquery-denormalized
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true
17
17
18
18
COPY --from=build /airbyte /airbyte
19
19
20
- LABEL io.airbyte.version=1.1.16
20
+ LABEL io.airbyte.version=1.2.0
21
21
LABEL io.airbyte.name=airbyte/destination-bigquery
You can’t perform that action at this time.
0 commit comments