File tree 2 files changed +15
-2
lines changed
airbyte-config/init/src/main/resources/seed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3111
3111
supported_destination_sync_modes :
3112
3112
- " overwrite"
3113
3113
- " append"
3114
- - dockerImage : " airbyte/destination-snowflake:0.3.18 "
3114
+ - dockerImage : " airbyte/destination-snowflake:0.3.19 "
3115
3115
spec :
3116
3116
documentationUrl : " https://docs.airbyte.io/integrations/destinations/snowflake"
3117
3117
connectionSpecification :
3197
3197
enum :
3198
3198
- " Internal Staging"
3199
3199
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"
3200
3213
- title : " AWS S3 Staging"
3201
3214
additionalProperties : false
3202
3215
description : " Writes large batches of records to a file, uploads the file\
Original file line number Diff line number Diff line change 2868
2868
oauthFlowInitParameters : []
2869
2869
oauthFlowOutputParameters :
2870
2870
- - "access_token"
2871
- - dockerImage : " airbyte/source-iterable:0.1.13 "
2871
+ - dockerImage : " airbyte/source-iterable:0.1.14 "
2872
2872
spec :
2873
2873
documentationUrl : " https://docs.airbyte.io/integrations/sources/iterable"
2874
2874
connectionSpecification :
You can’t perform that action at this time.
0 commit comments