Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Oct 9, 2024
1 parent c9aa2c6 commit 4972d80
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"auth": { "type": "OAuth", "role": "amazon_audience", "rudderScopes": ["delivery"] },
"transformAtV1": "router",
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse"],
"supportedSourceTypes": [ "warehouse"],
"supportedConnectionModes": {
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"isAudienceSupported": true,
Expand All @@ -26,7 +25,6 @@
"dataSourceCountry",
"enableHash"
],
"cloud": ["connectionMode", "consentManagement"],
"warehouse": ["connectionMode", "consentManagement"]
},
"secretKeys": [],
Expand Down

0 comments on commit 4972d80

Please sign in to comment.