Skip to content

Commit cfc23f0

Browse files
committed
Index keys anddefault data
1 parent ce9c525 commit cfc23f0

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cassandra",
3-
"version": "0.1.6",
4-
"versionDate": "2018-02-24",
3+
"version": "0.1.7",
4+
"versionDate": "2018-04-03",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.10.x",

properties_pane/defaultData.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
},
4949
"SecIdxs": {
5050
"name": "New Secondary Index",
51-
"udfID": "",
52-
"udfDescription": "",
53-
"udfFunction": "",
54-
"udfComments": ""
51+
"SecIndxKey": "",
52+
"SecIndxID": "",
53+
"SecIndxDescription": "",
54+
"SecIndxFunction": "",
55+
"SecIndxComments": ""
5556
}
5657
}

properties_pane/entity_level/entityLevelConfig.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ making sure that you maintain a proper JSON format.
229229
"structure": [{
230230
"propertyName": "Secondary Index",
231231
"propertyType": "group",
232-
"propertyKeyword": "SecIDxs",
232+
"propertyKeyword": "SecIndxs",
233233
"shouldValidate": false,
234234
"propertyTooltip": "",
235235
"structure": [
@@ -242,7 +242,7 @@ making sure that you maintain a proper JSON format.
242242
},
243243
{
244244
"propertyName": "Key",
245-
"propertyKeyword": "key",
245+
"propertyKeyword": "SecIndxKey",
246246
"shouldValidate": false,
247247
"propertyType": "fieldList",
248248
"template": "orderedList",
@@ -253,30 +253,30 @@ making sure that you maintain a proper JSON format.
253253
},
254254
{
255255
"propertyName": "Id",
256-
"propertyKeyword": "SecIdxID",
256+
"propertyKeyword": "SecIndxID",
257257
"shouldValidate": false,
258258
"propertyTooltip": "Secondary Index ID",
259259
"propertyType": "text"
260260
},
261261
{
262262
"propertyName": "Description",
263-
"propertyKeyword": "SecIdxDescription",
263+
"propertyKeyword": "SecIndxDescription",
264264
"shouldValidate": false,
265265
"propertyTooltip": "description",
266266
"propertyType": "details",
267267
"template": "textarea"
268268
},
269269
{
270270
"propertyName": "Function",
271-
"propertyKeyword": "storedProcFunction",
271+
"propertyKeyword": "SecIndxFunction",
272272
"shouldValidate": false,
273273
"propertyTooltip": "description",
274274
"propertyType": "details",
275275
"template": "textarea"
276276
},
277277
{
278278
"propertyName": "Comments",
279-
"propertyKeyword": "storedProcComments",
279+
"propertyKeyword": "SecIndxComments",
280280
"shouldValidate": false,
281281
"propertyTooltip": "comments",
282282
"propertyType": "details",

0 commit comments

Comments
 (0)