Skip to content

Commit

Permalink
fix: remove shopify from db-config.json bing ads
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 authored May 30, 2024
1 parent ee0a5c9 commit 660af3d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"auth": { "type": "OAuth" },
"includeKeys": ["oneTrustCookieCategories"],
"excludeKeys": [],
"supportedSourceTypes": ["warehouse", "shopify"],
"supportedSourceTypes": ["warehouse"],
"supportedMessageTypes": { "cloud": ["record"] },
"syncBehaviours": ["mirror"],
"disableJsonMapper": true,
"supportedConnectionModes": {
"shopify": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
Expand All @@ -24,8 +23,7 @@
"oneTrustCookieCategories"
],
"cloud": ["connectionMode"],
"warehouse": ["connectionMode"],
"shopify": ["connectionMode"]
"warehouse": ["connectionMode"]
}
},
"options": { "isBeta": true }
Expand Down

0 comments on commit 660af3d

Please sign in to comment.