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 21, 2024
1 parent 5e533ba commit 473bc4e
Show file tree
Hide file tree
Showing 2 changed files with 754 additions and 620 deletions.
7 changes: 5 additions & 2 deletions src/configurations/destinations/snowflake/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
"shopify": ["cloud"],
"cloud": ["cloud"],
"cloudSource": ["cloud"]
},
"destConfig": {
"defaultConfig": [
Expand Down Expand Up @@ -72,6 +74,7 @@
"cordova": ["consentManagement"],
"shopify": ["consentManagement"]
},
"secretKeys": ["password", "accessKeyID", "accessKey", "accountKey", "sasToken"]
"secretKeys": ["password", "accessKeyID", "accessKey", "accountKey", "sasToken"],
"immutableKeys": ["namespace"]
}
}
Loading

0 comments on commit 473bc4e

Please sign in to comment.