Skip to content

Commit

Permalink
Merge branch 'develop' into feat.warehouseNewFormBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
cisse21 committed Mar 4, 2024
2 parents a34b019 + ef6bebf commit 4647768
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 110 deletions.
2 changes: 1 addition & 1 deletion src/configurations/destinations/autopilot/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Autopilot",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
Expand Down
14 changes: 2 additions & 12 deletions src/configurations/destinations/clickhouse/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"fields": [
{
"configKey": "secure",
"value": "true"
"value": true
}
]
}
Expand All @@ -111,7 +111,7 @@
"fields": [
{
"configKey": "secure",
"value": "true"
"value": true
}
]
}
Expand Down Expand Up @@ -633,16 +633,6 @@
],
"default": "180"
},
{
"type": "textInput",
"label": "JSON columns (Optional)",
"note": "Specify required JSON properties in dot notation separated by commas",
"configKey": "jsonPaths",
"regex": "^(.*)$",
"regexErrorMessage": "Invalid Columns",
"placeholder": "e.g: testMap.nestedMap, testArray",
"secret": false
},
{
"type": "timePicker",
"label": "Sync Starting At (Optional)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "DCM Floodlight",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": [
"advertiserId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"destConfig": {
"defaultConfig": [
"blacklistPiiProperties",
"categoryToContent",
"datasetId",
"eventsToEvents",
"whitelistPiiProperties",
Expand Down
16 changes: 0 additions & 16 deletions src/configurations/destinations/facebook_conversions/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,500})$"
},
"categoryToContent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"from": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"to": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"eventsToEvents": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,32 +301,6 @@
"redirectGroups": {
"customEventMapping": {
"tabs": [
{
"name": "Category mapping",
"fields": [
{
"type": "mapping",
"label": "Map your RudderStack Categories to Facebook Content Types",
"note": "Input the RudderStack category to map to Facebook's content type.",
"configKey": "categoryToContent",
"default": [],
"columns": [
{
"type": "textInput",
"key": "from",
"label": "RudderStack Category",
"placeholder": "e.g: Product Searched"
},
{
"type": "textInput",
"key": "to",
"label": "Facebook Content Type",
"placeholder": "e.g: Product"
}
]
}
]
},
{
"name": "Custom event",
"fields": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"destConfig": {
"defaultConfig": [
"blacklistPiiProperties",
"categoryToContent",
"pixelId",
"eventsToEvents",
"valueFieldIdentifier",
Expand Down
16 changes: 0 additions & 16 deletions src/configurations/destinations/facebook_pixel/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$"
},
"categoryToContent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"from": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"to": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
},
"standardPageCall": {
"type": "boolean",
"default": false
Expand Down
26 changes: 0 additions & 26 deletions src/configurations/destinations/facebook_pixel/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,32 +445,6 @@
"redirectGroups": {
"customEventMapping": {
"tabs": [
{
"name": "Category mapping",
"fields": [
{
"type": "mapping",
"label": "Map your RudderStack Categories to Facebook Content Types",
"note": "Input the RudderStack category to map to Facebook's content type.",
"configKey": "categoryToContent",
"default": [],
"columns": [
{
"type": "textInput",
"key": "from",
"label": "RudderStack Category",
"placeholder": "e.g: Product Searched"
},
{
"type": "textInput",
"key": "to",
"label": "Facebook Content Type",
"placeholder": "e.g: Product"
}
]
}
]
},
{
"name": "Custom event",
"fields": [
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/heap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Heap.io",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"isAudienceSupported": true,
"includeKeys": [
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/kochava/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Kochava",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": [
"apiKey",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/lytics/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Lytics",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": [
"accountId",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/new_relic/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config": {
"transformAtV1": "processor",
"saveDestinationResponse": true,
"cdkEnabled": true,
"cdkV2Enabled": true,
"includeKeys": [
"accountId",
"insertKey",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/statsig/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Statsig",
"config": {
"transformAtV1": "router",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/userlist/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Userlist",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/variance/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Variance",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/vitally/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vitally",
"config": {
"transformAtV1": "processor",
"cdkEnabled": true,
"cdkV2Enabled": true,
"saveDestinationResponse": true,
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/zapier/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config": {
"transformAtV1": "processor",
"saveDestinationResponse": true,
"cdkEnabled": true,
"cdkV2Enabled": true,
"includeKeys": [
"zapUrl",
"trackEventsToZap",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/destinations/db-config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"cdkEnabled": {
"type": "boolean",
"title": "CDK V1 Enabled",
"description": "Whether to use CDK V2 implementation for destination transformation.",
"description": "Whether to use CDK V1 implementation for destination transformation.",
"default": false
},
"destConfig": {
Expand Down

0 comments on commit 4647768

Please sign in to comment.