Skip to content

Commit

Permalink
fix: remove support of event stream (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip authored Nov 19, 2024
1 parent ccdd018 commit 5eaed1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
"role": "linkedin_audience",
"rudderScopes": ["delivery"]
},
"supportedSourceTypes": ["cloud", "warehouse"],
"isAudienceSupported": true,
"supportedSourceTypes": ["warehouse"],
"supportedMessageTypes": {
"cloud": ["record"]
},
"supportedConnectionModes": {
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
"defaultConfig": ["rudderAccountId"],
"cloud": ["connectionMode", "oneTrustCookieCategories", "ketchConsentPurposes"],
"warehouse": ["connectionMode", "oneTrustCookieCategories", "ketchConsentPurposes"]
},
"secretKeys": []
Expand Down
24 changes: 0 additions & 24 deletions src/configurations/destinations/linkedin_audience/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@
"oneTrustCookieCategories": {
"type": "object",
"properties": {
"cloud": {
"type": "array",
"items": {
"type": "object",
"properties": {
"oneTrustCookieCategory": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"warehouse": {
"type": "array",
"items": {
Expand All @@ -35,18 +23,6 @@
"ketchConsentPurposes": {
"type": "object",
"properties": {
"cloud": {
"type": "array",
"items": {
"type": "object",
"properties": {
"purpose": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"warehouse": {
"type": "array",
"items": {
Expand Down

0 comments on commit 5eaed1a

Please sign in to comment.