Skip to content

Commit ccfe63a

Browse files
igrankovamidavadim
andauthored
🎉 Destination snowflake - update fields in specifications (#9184)
* Files title/description update for issue # 8954 * Version update for issue # 8954 * Changelogs update for PR #9184 * updated showflake spec in destination_specs.yaml Co-authored-by: midavadim <midavadim@yahoo.com>
1 parent 2ac3274 commit ccfe63a

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_DESTINATION_DEFINITION/424892c4-daac-4491-b35d-c6688ba547ba.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"destinationDefinitionId": "424892c4-daac-4491-b35d-c6688ba547ba",
33
"name": "Snowflake",
44
"dockerRepository": "airbyte/destination-snowflake",
5-
"dockerImageTag": "0.4.4",
5+
"dockerImageTag": "0.4.5",
66
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/snowflake",
77
"icon": "snowflake.svg"
88
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
- name: Snowflake
180180
destinationDefinitionId: 424892c4-daac-4491-b35d-c6688ba547ba
181181
dockerRepository: airbyte/destination-snowflake
182-
dockerImageTag: 0.4.4
182+
dockerImageTag: 0.4.5
183183
documentationUrl: https://docs.airbyte.io/integrations/destinations/snowflake
184184
icon: snowflake.svg
185185
- name: MariaDB ColumnStore

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@
37863786
supported_destination_sync_modes:
37873787
- "overwrite"
37883788
- "append"
3789-
- dockerImage: "airbyte/destination-snowflake:0.4.4"
3789+
- dockerImage: "airbyte/destination-snowflake:0.4.5"
37903790
spec:
37913791
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
37923792
connectionSpecification:
@@ -3804,8 +3804,8 @@
38043804
additionalProperties: true
38053805
properties:
38063806
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)."
38093809
examples:
38103810
- "accountname.us-east-2.aws.snowflakecomputing.com"
38113811
type: "string"
@@ -3833,10 +3833,10 @@
38333833
title: "Database"
38343834
order: 3
38353835
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 "
38403840
examples:
38413841
- "AIRBYTE_SCHEMA"
38423842
type: "string"
@@ -3850,15 +3850,15 @@
38503850
title: "Username"
38513851
order: 5
38523852
password:
3853-
description: "Password associated with the username."
3853+
description: "The password associated with the username."
38543854
type: "string"
38553855
airbyte_secret: true
38563856
title: "Password"
38573857
order: 6
38583858
loading_method:
38593859
type: "object"
38603860
title: "Loading Method"
3861-
description: "Loading method used to send data to Snowflake."
3861+
description: "The loading method used to send data to Snowflake."
38623862
order: 7
38633863
oneOf:
38643864
- title: "[Recommended] Internal Staging"
@@ -3917,8 +3917,8 @@
39173917
title: "S3 Bucket Region"
39183918
type: "string"
39193919
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."
39223922
enum:
39233923
- ""
39243924
- "us-east-1"

airbyte-integrations/connectors/destination-snowflake/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
1818

1919
RUN tar xf ${APPLICATION}.tar --strip-components=1
2020

21-
LABEL io.airbyte.version=0.4.4
21+
LABEL io.airbyte.version=0.4.5
22+
2223
LABEL io.airbyte.name=airbyte/destination-snowflake

airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"additionalProperties": true,
2121
"properties": {
2222
"host": {
23-
"description": "Host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com).",
23+
"description": "The host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com).",
2424
"examples": ["accountname.us-east-2.aws.snowflakecomputing.com"],
2525
"type": "string",
2626
"title": "Host",
@@ -48,7 +48,7 @@
4848
"order": 3
4949
},
5050
"schema": {
51-
"description": "The default Snowflake schema tables are written to if the source does not specify a namespace. Schema name would be transformed to allowed by Snowflake if it not follow Snowflake Naming Conventions https://docs.airbyte.io/integrations/destinations/snowflake#notes-about-snowflake-naming-conventions ",
51+
"description": "The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name.. Schema name would be transformed to allowed by Snowflake if it not follow Snowflake Naming Conventions https://docs.airbyte.io/integrations/destinations/snowflake#notes-about-snowflake-naming-conventions ",
5252
"examples": ["AIRBYTE_SCHEMA"],
5353
"type": "string",
5454
"title": "Default Schema",
@@ -62,7 +62,7 @@
6262
"order": 5
6363
},
6464
"password": {
65-
"description": "Password associated with the username.",
65+
"description": "The password associated with the username.",
6666
"type": "string",
6767
"airbyte_secret": true,
6868
"title": "Password",
@@ -71,7 +71,7 @@
7171
"loading_method": {
7272
"type": "object",
7373
"title": "Loading Method",
74-
"description": "Loading method used to send data to Snowflake.",
74+
"description": "The loading method used to send data to Snowflake.",
7575
"order": 7,
7676
"oneOf": [
7777
{
@@ -128,7 +128,7 @@
128128
"title": "S3 Bucket Region",
129129
"type": "string",
130130
"default": "",
131-
"description": "The region of the S3 staging bucket to use if utilising a copy strategy.",
131+
"description": "The region of the S3 staging bucket which is used when utilising a copy strategy.",
132132
"enum": [
133133
"",
134134
"us-east-1",

docs/integrations/destinations/snowflake.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ The final query should show a `STORAGE_GCP_SERVICE_ACCOUNT` property with an ema
214214

215215
Finally, you need to add read/write permissions to your bucket with that email.
216216

217-
218217
| Version | Date | Pull Request | Subject |
219218
|:--------|:-----------| :----- | :------ |
219+
| 0.4.5 | 2021-12-29 | [#9184](https://github.com/airbytehq/airbyte/pull/9184) | Update connector fields title/description |
220220
| 0.4.4 | 2022-01-24 | [#9743](https://github.com/airbytehq/airbyte/pull/9743) | Fixed bug with dashes in schema name |
221221
| 0.4.3 | 2022-01-20 | [#9531](https://github.com/airbytehq/airbyte/pull/9531) | Start using new S3StreamCopier and expose the purgeStagingData option |
222222
| 0.4.2 | 2022-01-10 | [#9141](https://github.com/airbytehq/airbyte/pull/9141) | Fixed duplicate rows on retries |

0 commit comments

Comments
 (0)