diff --git a/src/configurations/destinations/snowflake/db-config.json b/src/configurations/destinations/snowflake/db-config.json index cc5400f88..58bcb7dbe 100644 --- a/src/configurations/destinations/snowflake/db-config.json +++ b/src/configurations/destinations/snowflake/db-config.json @@ -50,8 +50,7 @@ "excludeWindow", "jsonPaths", "useRudderStorage", - "oneTrustCookieCategories", - "ketchConsentPurposes" + "oneTrustCookieCategories" ] }, "secretKeys": ["password", "accessKeyID", "accessKey", "accountKey", "sasToken"] diff --git a/src/configurations/destinations/snowflake/schema.json b/src/configurations/destinations/snowflake/schema.json index 36b185cba..60fdf5a1c 100644 --- a/src/configurations/destinations/snowflake/schema.json +++ b/src/configurations/destinations/snowflake/schema.json @@ -67,13 +67,6 @@ } } } - }, - "ketchConsentPurposes": { - "type": "array", - "items": { - "type": "object", - "properties": { "purpose": { "type": "string", "pattern": "^(.{0,100})$" } } - } } }, "allOf": [ diff --git a/src/configurations/destinations/snowflake/ui-config.json b/src/configurations/destinations/snowflake/ui-config.json index c55ae41fc..5a745ac65 100644 --- a/src/configurations/destinations/snowflake/ui-config.json +++ b/src/configurations/destinations/snowflake/ui-config.json @@ -561,21 +561,6 @@ "required": false } ] - }, - { - "type": "dynamicCustomForm", - "value": "ketchConsentPurposes", - "label": "Ketch Consent Purposes", - "customFields": [ - { - "type": "textInput", - "placeholder": "Marketing", - "value": "purpose", - "label": "Purpose ID", - "regex": "^(.{0,100})$", - "required": false - } - ] } ] }