Skip to content

Commit fa999d2

Browse files
authored
Update specs and fix build (#8560)
1 parent f9d8e39 commit fa999d2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -3111,7 +3111,7 @@
31113111
supported_destination_sync_modes:
31123112
- "overwrite"
31133113
- "append"
3114-
- dockerImage: "airbyte/destination-snowflake:0.3.18"
3114+
- dockerImage: "airbyte/destination-snowflake:0.3.19"
31153115
spec:
31163116
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
31173117
connectionSpecification:
@@ -3197,6 +3197,19 @@
31973197
enum:
31983198
- "Internal Staging"
31993199
default: "Internal Staging"
3200+
- title: "Standard Inserts"
3201+
additionalProperties: false
3202+
description: "Uses <pre>INSERT</pre> statements to send batches of records\
3203+
\ to Snowflake. Easiest (no setup) but not recommended for large production\
3204+
\ workloads due to slow speed."
3205+
required:
3206+
- "method"
3207+
properties:
3208+
method:
3209+
type: "string"
3210+
enum:
3211+
- "Standard"
3212+
default: "Standard"
32003213
- title: "AWS S3 Staging"
32013214
additionalProperties: false
32023215
description: "Writes large batches of records to a file, uploads the file\

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@
28682868
oauthFlowInitParameters: []
28692869
oauthFlowOutputParameters:
28702870
- - "access_token"
2871-
- dockerImage: "airbyte/source-iterable:0.1.13"
2871+
- dockerImage: "airbyte/source-iterable:0.1.14"
28722872
spec:
28732873
documentationUrl: "https://docs.airbyte.io/integrations/sources/iterable"
28742874
connectionSpecification:

0 commit comments

Comments
 (0)