File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 13
13
- name : BigQuery
14
14
destinationDefinitionId : 22f6c74f-5699-40ff-833c-4a879ea40133
15
15
dockerRepository : airbyte/destination-bigquery
16
- dockerImageTag : 0.6.8
16
+ dockerImageTag : 0.6.9
17
17
documentationUrl : https://docs.airbyte.io/integrations/destinations/bigquery
18
18
icon : bigquery.svg
19
19
- name : BigQuery (denormalized typed struct)
60
60
- name : Google Cloud Storage (GCS)
61
61
destinationDefinitionId : ca8f6566-e555-4b40-943a-545bf123117a
62
62
dockerRepository : airbyte/destination-gcs
63
- dockerImageTag : 0.1.22
63
+ dockerImageTag : 0.1.23
64
64
documentationUrl : https://docs.airbyte.io/integrations/destinations/gcs
65
65
icon : googlecloudstorage.svg
66
66
- name : Google Firestore
173
173
- name : S3
174
174
destinationDefinitionId : 4816b78f-1489-44c1-9060-4b19d5fa9362
175
175
dockerRepository : airbyte/destination-s3
176
- dockerImageTag : 0.2.7
176
+ dockerImageTag : 0.2.8
177
177
documentationUrl : https://docs.airbyte.io/integrations/destinations/s3
178
178
icon : s3.svg
179
179
- name : SFTP-JSON
185
185
- name : Snowflake
186
186
destinationDefinitionId : 424892c4-daac-4491-b35d-c6688ba547ba
187
187
dockerRepository : airbyte/destination-snowflake
188
- dockerImageTag : 0.4.14
188
+ dockerImageTag : 0.4.15
189
189
documentationUrl : https://docs.airbyte.io/integrations/destinations/snowflake
190
190
icon : snowflake.svg
191
191
- name : MariaDB ColumnStore
Original file line number Diff line number Diff line change 188
188
supportsDBT : false
189
189
supported_destination_sync_modes :
190
190
- " append"
191
- - dockerImage : " airbyte/destination-bigquery:0.6.8 "
191
+ - dockerImage : " airbyte/destination-bigquery:0.6.9 "
192
192
spec :
193
193
documentationUrl : " https://docs.airbyte.io/integrations/destinations/bigquery"
194
194
connectionSpecification :
1162
1162
- " overwrite"
1163
1163
- " append"
1164
1164
supportsNamespaces : true
1165
- - dockerImage : " airbyte/destination-gcs:0.1.22 "
1165
+ - dockerImage : " airbyte/destination-gcs:0.1.23 "
1166
1166
spec :
1167
1167
documentationUrl : " https://docs.airbyte.io/integrations/destinations/gcs"
1168
1168
connectionSpecification :
3454
3454
supported_destination_sync_modes :
3455
3455
- " append"
3456
3456
- " overwrite"
3457
- - dockerImage : " airbyte/destination-s3:0.2.7 "
3457
+ - dockerImage : " airbyte/destination-s3:0.2.8 "
3458
3458
spec :
3459
3459
documentationUrl : " https://docs.airbyte.io/integrations/destinations/s3"
3460
3460
connectionSpecification :
3825
3825
supported_destination_sync_modes :
3826
3826
- " overwrite"
3827
3827
- " append"
3828
- - dockerImage : " airbyte/destination-snowflake:0.4.14 "
3828
+ - dockerImage : " airbyte/destination-snowflake:0.4.15 "
3829
3829
spec :
3830
3830
documentationUrl : " https://docs.airbyte.io/integrations/destinations/snowflake"
3831
3831
connectionSpecification :
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ FROM airbyte/integration-base-java:dev
13
13
WORKDIR /airbyte
14
14
15
15
ENV APPLICATION destination-bigquery
16
- ENV APPLICATION_VERSION 0.6.8
16
+ ENV APPLICATION_VERSION 0.6.9
17
17
ENV ENABLE_SENTRY true
18
18
19
19
COPY --from=build /airbyte /airbyte
20
20
21
- LABEL io.airbyte.version=0.6.8
21
+ LABEL io.airbyte.version=0.6.9
22
22
LABEL io.airbyte.name=airbyte/destination-bigquery
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-gcs
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.1.22
19
+ LABEL io.airbyte.version=0.1.23
20
20
LABEL io.airbyte.name=airbyte/destination-gcs
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ ENV APPLICATION destination-s3
16
16
17
17
COPY --from=build /airbyte /airbyte
18
18
19
- LABEL io.airbyte.version=0.2.7
19
+ LABEL io.airbyte.version=0.2.8
20
20
LABEL io.airbyte.name=airbyte/destination-s3
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
18
18
19
19
RUN tar xf ${APPLICATION}.tar --strip-components=1
20
20
21
- ENV APPLICATION_VERSION 0.4.14
21
+ ENV APPLICATION_VERSION 0.4.15
22
22
ENV ENABLE_SENTRY true
23
23
24
- LABEL io.airbyte.version=0.4.14
24
+ LABEL io.airbyte.version=0.4.15
25
25
LABEL io.airbyte.name=airbyte/destination-snowflake
You can’t perform that action at this time.
0 commit comments