Skip to content

Commit c5810f5

Browse files
authored
upgrade cloud destinations version using FailureTrackingAirbyteMessageConsumer (#10459)
* upgrade cloud destinations version using FailureTrackingAirbyteMessageConsumer * undo for bigquery denormalized and redshift * update spec
1 parent 2b927b0 commit c5810f5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- name: BigQuery
1414
destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
1515
dockerRepository: airbyte/destination-bigquery
16-
dockerImageTag: 0.6.8
16+
dockerImageTag: 0.6.9
1717
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery
1818
icon: bigquery.svg
1919
- name: BigQuery (denormalized typed struct)
@@ -60,7 +60,7 @@
6060
- name: Google Cloud Storage (GCS)
6161
destinationDefinitionId: ca8f6566-e555-4b40-943a-545bf123117a
6262
dockerRepository: airbyte/destination-gcs
63-
dockerImageTag: 0.1.22
63+
dockerImageTag: 0.1.23
6464
documentationUrl: https://docs.airbyte.io/integrations/destinations/gcs
6565
icon: googlecloudstorage.svg
6666
- name: Google Firestore
@@ -173,7 +173,7 @@
173173
- name: S3
174174
destinationDefinitionId: 4816b78f-1489-44c1-9060-4b19d5fa9362
175175
dockerRepository: airbyte/destination-s3
176-
dockerImageTag: 0.2.7
176+
dockerImageTag: 0.2.8
177177
documentationUrl: https://docs.airbyte.io/integrations/destinations/s3
178178
icon: s3.svg
179179
- name: SFTP-JSON
@@ -185,7 +185,7 @@
185185
- name: Snowflake
186186
destinationDefinitionId: 424892c4-daac-4491-b35d-c6688ba547ba
187187
dockerRepository: airbyte/destination-snowflake
188-
dockerImageTag: 0.4.14
188+
dockerImageTag: 0.4.15
189189
documentationUrl: https://docs.airbyte.io/integrations/destinations/snowflake
190190
icon: snowflake.svg
191191
- name: MariaDB ColumnStore

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

Lines changed: 4 additions & 4 deletions
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.8"
191+
- dockerImage: "airbyte/destination-bigquery:0.6.9"
192192
spec:
193193
documentationUrl: "https://docs.airbyte.io/integrations/destinations/bigquery"
194194
connectionSpecification:
@@ -1162,7 +1162,7 @@
11621162
- "overwrite"
11631163
- "append"
11641164
supportsNamespaces: true
1165-
- dockerImage: "airbyte/destination-gcs:0.1.22"
1165+
- dockerImage: "airbyte/destination-gcs:0.1.23"
11661166
spec:
11671167
documentationUrl: "https://docs.airbyte.io/integrations/destinations/gcs"
11681168
connectionSpecification:
@@ -3454,7 +3454,7 @@
34543454
supported_destination_sync_modes:
34553455
- "append"
34563456
- "overwrite"
3457-
- dockerImage: "airbyte/destination-s3:0.2.7"
3457+
- dockerImage: "airbyte/destination-s3:0.2.8"
34583458
spec:
34593459
documentationUrl: "https://docs.airbyte.io/integrations/destinations/s3"
34603460
connectionSpecification:
@@ -3825,7 +3825,7 @@
38253825
supported_destination_sync_modes:
38263826
- "overwrite"
38273827
- "append"
3828-
- dockerImage: "airbyte/destination-snowflake:0.4.14"
3828+
- dockerImage: "airbyte/destination-snowflake:0.4.15"
38293829
spec:
38303830
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
38313831
connectionSpecification:

airbyte-integrations/connectors/destination-bigquery/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ FROM airbyte/integration-base-java:dev
1313
WORKDIR /airbyte
1414

1515
ENV APPLICATION destination-bigquery
16-
ENV APPLICATION_VERSION 0.6.8
16+
ENV APPLICATION_VERSION 0.6.9
1717
ENV ENABLE_SENTRY true
1818

1919
COPY --from=build /airbyte /airbyte
2020

21-
LABEL io.airbyte.version=0.6.8
21+
LABEL io.airbyte.version=0.6.9
2222
LABEL io.airbyte.name=airbyte/destination-bigquery

airbyte-integrations/connectors/destination-gcs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-gcs
1616

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

19-
LABEL io.airbyte.version=0.1.22
19+
LABEL io.airbyte.version=0.1.23
2020
LABEL io.airbyte.name=airbyte/destination-gcs

airbyte-integrations/connectors/destination-s3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-s3
1616

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

19-
LABEL io.airbyte.version=0.2.7
19+
LABEL io.airbyte.version=0.2.8
2020
LABEL io.airbyte.name=airbyte/destination-s3

airbyte-integrations/connectors/destination-snowflake/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
1818

1919
RUN tar xf ${APPLICATION}.tar --strip-components=1
2020

21-
ENV APPLICATION_VERSION 0.4.14
21+
ENV APPLICATION_VERSION 0.4.15
2222
ENV ENABLE_SENTRY true
2323

24-
LABEL io.airbyte.version=0.4.14
24+
LABEL io.airbyte.version=0.4.15
2525
LABEL io.airbyte.name=airbyte/destination-snowflake

0 commit comments

Comments
 (0)