Skip to content

Commit

Permalink
chore: consent management changes
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed Oct 19, 2024
1 parent 4c7b339 commit 6d07d32
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 154 deletions.
83 changes: 69 additions & 14 deletions src/configurations/destinations/snowpipe_streaming/db-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "SNOWPIPE_STREAMING",
"displayName": "Snowpipe Streaming",
"category": "warehouse",
"config": {
"transformAtV1": "processor",
"saveDestinationResponse": false,
"saveDestinationResponse": true,
"excludeKeys": [],
"supportedSourceTypes": [
"android",
Expand Down Expand Up @@ -38,24 +39,78 @@
"warehouse",
"user",
"role",
"privateKey",
"privateKeyPassphrase",
"skipTracksTable",
"namespace",
"jsonPaths",
"privateKey",
"privateKeyPassphrase"
],
"android": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"ios": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"web": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"unity": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"amp": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cloud": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cloudSource": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"reactnative": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"android": ["consentManagement", "connectionMode"],
"ios": ["consentManagement", "connectionMode"],
"web": ["consentManagement", "connectionMode"],
"unity": ["consentManagement", "connectionMode"],
"amp": ["consentManagement", "connectionMode"],
"cloud": ["consentManagement", "connectionMode"],
"cloudSource": ["consentManagement", "connectionMode"],
"reactnative": ["consentManagement", "connectionMode"],
"flutter": ["consentManagement", "connectionMode"],
"cordova": ["consentManagement", "connectionMode"],
"shopify": ["consentManagement", "connectionMode"]
"flutter": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"cordova": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
],
"shopify": [
"consentManagement",
"connectionMode",
"oneTrustCookieCategories",
"ketchConsentPurposes"
]
},
"secretKeys": ["privateKey", "privateKeyPassphrase"]
}
Expand Down
Loading

0 comments on commit 6d07d32

Please sign in to comment.