Skip to content

Commit

Permalink
chore: reverted ketch config in snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumita Mandal authored and Moumita Mandal committed Sep 20, 2023
1 parent f84b104 commit 0c64c68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions src/configurations/destinations/snowflake/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"excludeWindow",
"jsonPaths",
"useRudderStorage",
"oneTrustCookieCategories",
"ketchConsentPurposes"
"oneTrustCookieCategories"
]
},
"secretKeys": ["password", "accessKeyID", "accessKey", "accountKey", "sasToken"]
Expand Down
7 changes: 0 additions & 7 deletions src/configurations/destinations/snowflake/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
}
}
}
},
"ketchConsentPurposes": {
"type": "array",
"items": {
"type": "object",
"properties": { "purpose": { "type": "string", "pattern": "^(.{0,100})$" } }
}
}
},
"allOf": [
Expand Down
15 changes: 0 additions & 15 deletions src/configurations/destinations/snowflake/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
]
}
Expand Down

0 comments on commit 0c64c68

Please sign in to comment.