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 cc64a65
Show file tree
Hide file tree
Showing 18 changed files with 3,851 additions and 2,885 deletions.
16 changes: 15 additions & 1 deletion src/configurations/destinations/azure_datalake/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": [
"containerName",
Expand All @@ -34,6 +47,7 @@
"oneTrustCookieCategories"
]
},
"secretKeys": ["accountKey", "sasToken"]
"secretKeys": ["accountKey", "sasToken"],
"immutableKeys": ["namespace"]
}
}
Loading

0 comments on commit cc64a65

Please sign in to comment.