|
3817 | 3817 | supported_destination_sync_modes:
|
3818 | 3818 | - "overwrite"
|
3819 | 3819 | - "append"
|
3820 |
| -- dockerImage: "airbyte/destination-snowflake:0.4.9" |
| 3820 | +- dockerImage: "airbyte/destination-snowflake:0.4.10" |
3821 | 3821 | spec:
|
3822 | 3822 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
|
3823 | 3823 | connectionSpecification:
|
|
3899 | 3899 | description: "The loading method used to send data to Snowflake."
|
3900 | 3900 | order: 8
|
3901 | 3901 | oneOf:
|
3902 |
| - - title: "[Recommended] Internal Staging" |
| 3902 | + - title: "Select another option" |
3903 | 3903 | 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" |
3907 | 3905 | required:
|
3908 | 3906 | - "method"
|
3909 | 3907 | properties:
|
3910 | 3908 | method:
|
3911 | 3909 | type: "string"
|
3912 | 3910 | enum:
|
3913 |
| - - "Internal Staging" |
3914 |
| - default: "Internal Staging" |
3915 |
| - - title: "Standard Inserts" |
| 3911 | + - "Standard" |
| 3912 | + default: "Standard" |
| 3913 | + - title: "[Recommended] Internal Staging" |
3916 | 3914 | 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." |
3920 | 3918 | required:
|
3921 | 3919 | - "method"
|
3922 | 3920 | properties:
|
3923 | 3921 | method:
|
3924 | 3922 | type: "string"
|
3925 | 3923 | enum:
|
3926 |
| - - "Standard" |
3927 |
| - default: "Standard" |
| 3924 | + - "Internal Staging" |
| 3925 | + default: "Internal Staging" |
3928 | 3926 | - title: "AWS S3 Staging"
|
3929 | 3927 | additionalProperties: false
|
3930 | 3928 | description: "Writes large batches of records to a file, uploads the file\
|
|
0 commit comments