Skip to content

Commit 062de07

Browse files
committed
Bump version in seed
1 parent d5a0c23 commit 062de07

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
- name: Snowflake
186186
destinationDefinitionId: 424892c4-daac-4491-b35d-c6688ba547ba
187187
dockerRepository: airbyte/destination-snowflake
188-
dockerImageTag: 0.4.9
188+
dockerImageTag: 0.4.10
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

+11-13
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@
38173817
supported_destination_sync_modes:
38183818
- "overwrite"
38193819
- "append"
3820-
- dockerImage: "airbyte/destination-snowflake:0.4.9"
3820+
- dockerImage: "airbyte/destination-snowflake:0.4.10"
38213821
spec:
38223822
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
38233823
connectionSpecification:
@@ -3899,32 +3899,30 @@
38993899
description: "The loading method used to send data to Snowflake."
39003900
order: 8
39013901
oneOf:
3902-
- title: "[Recommended] Internal Staging"
3902+
- title: "Select another option"
39033903
additionalProperties: false
3904-
description: "Writes large batches of records to a file, uploads the file\
3905-
\ to Snowflake, then uses <pre>COPY INTO table</pre> to upload the file.\
3906-
\ Recommended for large production workloads for better speed and scalability."
3904+
description: "Select another option"
39073905
required:
39083906
- "method"
39093907
properties:
39103908
method:
39113909
type: "string"
39123910
enum:
3913-
- "Internal Staging"
3914-
default: "Internal Staging"
3915-
- title: "Standard Inserts"
3911+
- "Standard"
3912+
default: "Standard"
3913+
- title: "[Recommended] Internal Staging"
39163914
additionalProperties: false
3917-
description: "Uses <pre>INSERT</pre> statements to send batches of records\
3918-
\ to Snowflake. Easiest (no setup) but not recommended for large production\
3919-
\ workloads due to slow speed."
3915+
description: "Writes large batches of records to a file, uploads the file\
3916+
\ to Snowflake, then uses <pre>COPY INTO table</pre> to upload the file.\
3917+
\ Recommended for large production workloads for better speed and scalability."
39203918
required:
39213919
- "method"
39223920
properties:
39233921
method:
39243922
type: "string"
39253923
enum:
3926-
- "Standard"
3927-
default: "Standard"
3924+
- "Internal Staging"
3925+
default: "Internal Staging"
39283926
- title: "AWS S3 Staging"
39293927
additionalProperties: false
39303928
description: "Writes large batches of records to a file, uploads the file\

0 commit comments

Comments
 (0)