|
3786 | 3786 | supported_destination_sync_modes:
|
3787 | 3787 | - "overwrite"
|
3788 | 3788 | - "append"
|
3789 |
| -- dockerImage: "airbyte/destination-snowflake:0.4.4" |
| 3789 | +- dockerImage: "airbyte/destination-snowflake:0.4.5" |
3790 | 3790 | spec:
|
3791 | 3791 | documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
|
3792 | 3792 | connectionSpecification:
|
|
3804 | 3804 | additionalProperties: true
|
3805 | 3805 | properties:
|
3806 | 3806 | host:
|
3807 |
| - description: "Host domain of the snowflake instance (must include the account,\ |
3808 |
| - \ region, cloud environment, and end with snowflakecomputing.com)." |
| 3807 | + description: "The host domain of the snowflake instance (must include the\ |
| 3808 | + \ account, region, cloud environment, and end with snowflakecomputing.com)." |
3809 | 3809 | examples:
|
3810 | 3810 | - "accountname.us-east-2.aws.snowflakecomputing.com"
|
3811 | 3811 | type: "string"
|
|
3833 | 3833 | title: "Database"
|
3834 | 3834 | order: 3
|
3835 | 3835 | schema:
|
3836 |
| - description: "The default Snowflake schema tables are written to if the\ |
3837 |
| - \ source does not specify a namespace. Schema name would be transformed\ |
3838 |
| - \ to allowed by Snowflake if it not follow Snowflake Naming Conventions\ |
3839 |
| - \ https://docs.airbyte.io/integrations/destinations/snowflake#notes-about-snowflake-naming-conventions " |
| 3836 | + description: "The default schema is used as the target schema for all statements\ |
| 3837 | + \ issued from the connection that do not explicitly specify a schema name..\ |
| 3838 | + \ Schema name would be transformed to allowed by Snowflake if it not follow\ |
| 3839 | + \ Snowflake Naming Conventions https://docs.airbyte.io/integrations/destinations/snowflake#notes-about-snowflake-naming-conventions " |
3840 | 3840 | examples:
|
3841 | 3841 | - "AIRBYTE_SCHEMA"
|
3842 | 3842 | type: "string"
|
|
3850 | 3850 | title: "Username"
|
3851 | 3851 | order: 5
|
3852 | 3852 | password:
|
3853 |
| - description: "Password associated with the username." |
| 3853 | + description: "The password associated with the username." |
3854 | 3854 | type: "string"
|
3855 | 3855 | airbyte_secret: true
|
3856 | 3856 | title: "Password"
|
3857 | 3857 | order: 6
|
3858 | 3858 | loading_method:
|
3859 | 3859 | type: "object"
|
3860 | 3860 | title: "Loading Method"
|
3861 |
| - description: "Loading method used to send data to Snowflake." |
| 3861 | + description: "The loading method used to send data to Snowflake." |
3862 | 3862 | order: 7
|
3863 | 3863 | oneOf:
|
3864 | 3864 | - title: "[Recommended] Internal Staging"
|
|
3917 | 3917 | title: "S3 Bucket Region"
|
3918 | 3918 | type: "string"
|
3919 | 3919 | default: ""
|
3920 |
| - description: "The region of the S3 staging bucket to use if utilising\ |
3921 |
| - \ a copy strategy." |
| 3920 | + description: "The region of the S3 staging bucket which is used when\ |
| 3921 | + \ utilising a copy strategy." |
3922 | 3922 | enum:
|
3923 | 3923 | - ""
|
3924 | 3924 | - "us-east-1"
|
|
0 commit comments