From 05c90816e1457b0a717bddae2b3ef3e5aaa16659 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Fri, 16 Dec 2022 12:23:04 +0100 Subject: [PATCH 1/4] fix spec --- .../destination-snowflake/src/main/resources/spec.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json b/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json index 3f374694a97a0..f372a2606194f 100644 --- a/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json +++ b/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json @@ -134,6 +134,13 @@ "required": ["password"], "order": 2, "properties": { + "auth_type": { + "type": "string", + "const": "Username and Password", + "enum": ["Username and Password"], + "default": "Username and Password", + "order": 0 + }, "password": { "description": "Enter the password associated with the username.", "type": "string", From 4ea3b6f660a30de6410aececbd2b915191670cb4 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Fri, 16 Dec 2022 12:24:57 +0100 Subject: [PATCH 2/4] bump version --- .../connectors/destination-snowflake/Dockerfile | 2 +- docs/integrations/destinations/snowflake.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/destination-snowflake/Dockerfile b/airbyte-integrations/connectors/destination-snowflake/Dockerfile index 114ea3add10b5..8d302c039a106 100644 --- a/airbyte-integrations/connectors/destination-snowflake/Dockerfile +++ b/airbyte-integrations/connectors/destination-snowflake/Dockerfile @@ -20,5 +20,5 @@ RUN tar xf ${APPLICATION}.tar --strip-components=1 ENV ENABLE_SENTRY true -LABEL io.airbyte.version=0.4.40 +LABEL io.airbyte.version=0.4.41 LABEL io.airbyte.name=airbyte/destination-snowflake diff --git a/docs/integrations/destinations/snowflake.md b/docs/integrations/destinations/snowflake.md index 36428be42924b..4850876708d4a 100644 --- a/docs/integrations/destinations/snowflake.md +++ b/docs/integrations/destinations/snowflake.md @@ -277,6 +277,7 @@ Now that you have set up the Snowflake destination connector, check out the foll | Version | Date | Pull Request | Subject | |:--------|:-----------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------| +| 0.4.41 | 2022-12-16 | [\#19302](https://github.com/airbytehq/airbyte/pull/19302) | Improve spec to adhere to standards | | 0.4.40 | 2022-11-11 | [\#19302](https://github.com/airbytehq/airbyte/pull/19302) | Set jdbc application env variable depends on env - airbyte_oss or airbyte_cloud | | 0.4.39 | 2022-11-09 | [\#18970](https://github.com/airbytehq/airbyte/pull/18970) | Updated "check" connection method to handle more errors | | 0.4.38 | 2022-09-26 | [\#17115](https://github.com/airbytehq/airbyte/pull/17115) | Added connection string identifier | From 808aeb49901aa8a667b2f98d4b462f5151f46155 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Fri, 16 Dec 2022 13:48:17 +0100 Subject: [PATCH 3/4] Update snowflake.md --- docs/integrations/destinations/snowflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/destinations/snowflake.md b/docs/integrations/destinations/snowflake.md index 4850876708d4a..c148dba323df4 100644 --- a/docs/integrations/destinations/snowflake.md +++ b/docs/integrations/destinations/snowflake.md @@ -277,7 +277,7 @@ Now that you have set up the Snowflake destination connector, check out the foll | Version | Date | Pull Request | Subject | |:--------|:-----------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------| -| 0.4.41 | 2022-12-16 | [\#19302](https://github.com/airbytehq/airbyte/pull/19302) | Improve spec to adhere to standards | +| 0.4.41 | 2022-12-16 | [\#20566](https://github.com/airbytehq/airbyte/pull/20566) | Improve spec to adhere to standards | | 0.4.40 | 2022-11-11 | [\#19302](https://github.com/airbytehq/airbyte/pull/19302) | Set jdbc application env variable depends on env - airbyte_oss or airbyte_cloud | | 0.4.39 | 2022-11-09 | [\#18970](https://github.com/airbytehq/airbyte/pull/18970) | Updated "check" connection method to handle more errors | | 0.4.38 | 2022-09-26 | [\#17115](https://github.com/airbytehq/airbyte/pull/17115) | Added connection string identifier | From e21a00d2bdadac3c7c4e0377a0dd2d98e71642e6 Mon Sep 17 00:00:00 2001 From: Octavia Squidington III Date: Mon, 2 Jan 2023 11:27:02 +0000 Subject: [PATCH 4/4] auto-bump connector version --- .../src/main/resources/seed/destination_definitions.yaml | 2 +- .../init/src/main/resources/seed/destination_specs.yaml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml index f03606ae76a80..ffe4bbffb624e 100644 --- a/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/destination_definitions.yaml @@ -337,7 +337,7 @@ - name: Snowflake destinationDefinitionId: 424892c4-daac-4491-b35d-c6688ba547ba dockerRepository: airbyte/destination-snowflake - dockerImageTag: 0.4.40 + dockerImageTag: 0.4.41 documentationUrl: https://docs.airbyte.com/integrations/destinations/snowflake icon: snowflake.svg normalizationConfig: diff --git a/airbyte-config/init/src/main/resources/seed/destination_specs.yaml b/airbyte-config/init/src/main/resources/seed/destination_specs.yaml index 89b8ff9e8ce30..d84c6e0345ce8 100644 --- a/airbyte-config/init/src/main/resources/seed/destination_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/destination_specs.yaml @@ -5914,7 +5914,7 @@ supported_destination_sync_modes: - "overwrite" - "append" -- dockerImage: "airbyte/destination-snowflake:0.4.40" +- dockerImage: "airbyte/destination-snowflake:0.4.41" spec: documentationUrl: "https://docs.airbyte.com/integrations/destinations/snowflake" connectionSpecification: @@ -6049,6 +6049,13 @@ - "password" order: 2 properties: + auth_type: + type: "string" + const: "Username and Password" + enum: + - "Username and Password" + default: "Username and Password" + order: 0 password: description: "Enter the password associated with the username." type: "string"