Skip to content

Commit

Permalink
chore: pr conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Dec 4, 2023
2 parents b940178 + 09f13fe commit 7980f27
Show file tree
Hide file tree
Showing 199 changed files with 2,962 additions and 531 deletions.
2 changes: 1 addition & 1 deletion scripts/schemaGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

CONFIG_DIR = 'src/configurations'

EXCLUDED_DEST = ['postgres', 'bq']
EXCLUDED_DEST = ['postgres', 'bq', 'azure_synapse', 'clickhouse', 'deltalake', 'kafka']

class FieldTypeEnum(Enum):
STRING = "string"
Expand Down
11 changes: 9 additions & 2 deletions src/configurations/destinations/adroll/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": ["identify", "track", "page"],
"supportedMessageTypes": {
"device": { "web": ["identify", "track", "page"] }
},
"supportedConnectionModes": {
"web": ["device"]
},
"destConfig": {
"defaultConfig": [
"advId",
Expand All @@ -31,5 +36,7 @@
},
"secretKeys": []
},
"options": { "isBeta": true }
"options": {
"isBeta": true
}
}
15 changes: 14 additions & 1 deletion src/configurations/destinations/airship/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify", "track", "group"],
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"supportedMessageTypes": {
"cloud": ["identify", "track", "group"]
},
"destConfig": {
"defaultConfig": ["apiKey", "appKey", "dataCenter", "oneTrustCookieCategories"]
},
Expand Down
15 changes: 14 additions & 1 deletion src/configurations/destinations/algolia/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": ["apiKey", "applicationId", "eventTypeSettings", "oneTrustCookieCategories"]
},
Expand Down
17 changes: 15 additions & 2 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,26 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"supportedMessageTypes": {
"cloud": ["alias", "group", "identify", "page", "screen", "track"],
"device": {
"web": ["identify", "track", "page", "group"],
"android": ["identify", "track", "page", "group"],
"ios": ["identify", "track", "page", "group"],
"reactnative": ["identify", "track", "page", "group"],
"flutter": ["identify", "track", "page", "group"]
}
},
"supportedConnectionModes": {
"web": ["cloud", "device"],
"android": ["cloud", "device"],
"ios": ["cloud", "device"],
"flutter": ["cloud", "device"],
"reactnative": ["cloud", "device"]
"reactnative": ["cloud", "device"],
"unity": ["cloud"],
"amp": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": [
Expand Down
22 changes: 21 additions & 1 deletion src/configurations/destinations/appcenter/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,27 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["android", "ios", "reactnative", "cordova", "flutter"],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"],
"device": {
"cordova": ["track", "screen"],
"android": ["track", "screen"],
"ios": ["track", "screen"],
"reactnative": ["track", "screen"],
"flutter": ["track", "screen"]
}
},
"supportedConnectionModes": {
"cordova": ["cloud", "device"],
"android": ["cloud", "device"],
"ios": ["cloud", "device"],
"flutter": ["cloud", "device"],
"reactnative": ["cloud", "device"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": [
"appSecret",
Expand Down
26 changes: 16 additions & 10 deletions src/configurations/destinations/appcues/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,21 @@
"cordova",
"shopify"
],
"supportedMessageTypes": [
"identify",
"page",
"screen",
"track"
],
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track"],
"device": { "web": ["identify", "track", "page"] }
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud", "device"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": [
"accountId",
Expand All @@ -41,10 +50,7 @@
"eventFilteringOption",
"oneTrustCookieCategories"
],
"web": [
"nativeSdkUrl",
"useNativeSDK"
]
"web": ["nativeSdkUrl", "useNativeSDK"]
},
"secretKeys": []
}
Expand Down
19 changes: 17 additions & 2 deletions src/configurations/destinations/attentive_tag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,23 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "signUpSourceId", "oneTrustCookieCategories"] },
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": ["apiKey", "signUpSourceId", "oneTrustCookieCategories"]
},
"secretKeys": ["apiKey"]
}
}
20 changes: 18 additions & 2 deletions src/configurations/destinations/attribution/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,24 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["alias", "group", "identify", "page", "screen", "track"],
"destConfig": { "defaultConfig": ["writeKey", "oneTrustCookieCategories"], "web": [] },
"supportedMessageTypes": {
"cloud": ["alias", "group", "identify", "page", "screen", "track"]
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": ["writeKey", "oneTrustCookieCategories"],
"web": []
},
"secretKeys": ["writeKey"]
}
}
19 changes: 17 additions & 2 deletions src/configurations/destinations/autopilot/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,23 @@
"cordova",
"shopify"
],
"supportedMessageTypes": ["identify", "track"],
"destConfig": { "defaultConfig": ["apiKey", "triggerId", "oneTrustCookieCategories"] },
"supportedMessageTypes": {
"cloud": ["identify", "track"]
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": ["apiKey", "triggerId", "oneTrustCookieCategories"]
},
"secretKeys": []
}
}
15 changes: 14 additions & 1 deletion src/configurations/destinations/awin/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["track"],
"supportedMessageTypes": {
"cloud": ["track"]
},
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": ["advertiserId", "eventsToTrack", "oneTrustCookieCategories"]
},
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/awin/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"properties": {
"eventName": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion src/configurations/destinations/axeptio/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": [],
"supportedMessageTypes": {
"device": { "web": [] }
},
"supportedConnectionModes": {
"web": ["device"]
},
"destConfig": {
"defaultConfig": [
"clientId",
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/azure_blob/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"cordova",
"shopify"
],
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": [
"containerName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"cordova",
"shopify"
],
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": [
"containerName",
Expand Down
14 changes: 14 additions & 0 deletions src/configurations/destinations/azure_event_hub/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
"cordova",
"shopify"
],
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
},
"supportedMessageTypes": {
"cloud": ["identify", "page", "screen", "track", "alias", "group"]
},
"destConfig": {
"defaultConfig": [
"bootstrapServer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"cordova",
"shopify"
],
"supportedConnectionModes": {},
"destConfig": {
"defaultConfig": [
"host",
Expand Down
6 changes: 6 additions & 0 deletions src/configurations/destinations/bingads/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedConnectionModes": {
"web": ["device"]
},
"supportedMessageTypes": {
"device": { "web": ["track", "page"] }
},
"destConfig": {
"defaultConfig": [
"tagID",
Expand Down
15 changes: 10 additions & 5 deletions src/configurations/destinations/bingads_audience/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": ["cloud", "warehouse", "shopify"],
"supportedMessageTypes": ["audiencelist"],
"syncBehaviours": [
"mirror"
],
"supportedMessageTypes": {
"cloud": ["audiencelist"]
},
"syncBehaviours": ["mirror"],
"disableJsonMapper": true,
"isAudienceSupported": true,
"supportedConnectionModes": {
"shopify": ["cloud"]
},
"destConfig": {
"defaultConfig": [
"rudderAccountId",
Expand All @@ -30,5 +33,7 @@
]
}
},
"options": { "isBeta": true }
"options": {
"isBeta": true
}
}
Loading

0 comments on commit 7980f27

Please sign in to comment.