Skip to content

Commit c8bfe20

Browse files
committed
Merge commit 'refs/pull/6/head' of https://github.com/hackolade/CosmosDB-with-Gremlin-API into main
Fixed handling error while creating CosmosClient
2 parents 34e486f + b67a980 commit c8bfe20

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CosmosDB-with-Gremlin-API",
3-
"version": "0.1.3",
4-
"versionDate": "2020-11-28",
3+
"version": "0.1.4",
4+
"versionDate": "2020-12-22",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "4.2.11",

properties_pane/container_level/containerLevelConfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,11 @@ making sure that you maintain a proper JSON format.
195195
"propertyType": "numeric",
196196
"valueType": "number",
197197
"dependency": {
198-
"key": "autopilot",
199-
"value": false
198+
"type": "not",
199+
"values": {
200+
"key": "autopilot",
201+
"value": true
202+
}
200203
}
201204
},
202205
{

0 commit comments

Comments
 (0)