Skip to content

Commit

Permalink
feat: move warehouses to new UI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cisse21 committed Feb 23, 2024
1 parent 88f7773 commit 3207a12
Show file tree
Hide file tree
Showing 11 changed files with 3,083 additions and 2,394 deletions.
16 changes: 15 additions & 1 deletion src/configurations/destinations/azure_synapse/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
"cordova",
"shopify"
],
"supportedConnectionModes": {
"android": ["cloud"],
"ios": ["cloud"],
"web": ["cloud"],
"unity": ["cloud"],
"amp": ["cloud"],
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"],
"cloud": ["cloud"],
"cloudSource": ["cloud"]
},
"destConfig": {
"defaultConfig": [
"host",
Expand Down Expand Up @@ -59,6 +72,7 @@
"sasToken",
"secretAccessKey",
"credentials"
]
],
"immutableKeys": ["namespace"]
}
}
Loading

0 comments on commit 3207a12

Please sign in to comment.