Commit 8d2fa26 1 parent 71a7b71 commit 8d2fa26 Copy full SHA for 8d2fa26
File tree 5 files changed +49
-4
lines changed
5 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 25
25
"OBJECT___BROWSER_VIEWS" : " Views" ,
26
26
"OBJECT___BROWSER_DEFINITIONS" : " Definitions" ,
27
27
"OBJECT___BROWSER_FIELDS" : " Columns" ,
28
- "PROPERTIES_PANE___BUCKET_NAME" : " Naspace name" ,
28
+ "PROPERTIES_PANE___BUCKET_NAME" : " Namespace name" ,
29
29
"PROPERTIES_PANE___VIEW_NAME" : " View name" ,
30
30
"PROPERTIES_PANE___COLLECTION_NAME" : " Table" ,
31
31
"PROPERTIES_PANE___FOREIGN_COLLECTION" : " Foreign table" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " HBase" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"versionDate" : " 2017-11-2" ,
5
5
"author" : " hackolade" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ making sure that you maintain a proper JSON format.
87
87
"labelName" : " Row Key" ,
88
88
"propertyName" : " Row Key" ,
89
89
"propertyKeyword" : " rowKey" ,
90
- "defaultName" : " ^Row Key[0-9 ]*$" ,
90
+ "defaultName" : " ^[a-zA-Z0-9_.- ]*$" ,
91
91
"propertyPrimaryKey" : true ,
92
92
"propertyType" : " text" ,
93
93
"typeName" : " Data type" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,24 @@ making sure that you maintain a proper JSON format.
83
83
{
84
84
"lowerTab" : " JsonDetails" ,
85
85
"structure" : {
86
- "colFam" : " document" ,
86
+ "colFam" : [
87
+ " name" ,
88
+ " schemaId" ,
89
+ " type" ,
90
+ " description" ,
91
+ " dependencies" ,
92
+ " required" ,
93
+ {
94
+ "propertyName" : " Time-to-Live" ,
95
+ "propertyKeyword" : " ttl" ,
96
+ "propertyValidate" : true ,
97
+ "propertyType" : " numeric" ,
98
+ "valueType" : " number" ,
99
+ "allowNegative" : false ,
100
+ "sampleGen" : " &containerName|&entityName|&random|<value>"
101
+ },
102
+ " comments"
103
+ ],
87
104
"colQual" : " document" ,
88
105
"byte" : " string" ,
89
106
"string" : [
@@ -145,6 +162,7 @@ making sure that you maintain a proper JSON format.
145
162
" sample" ,
146
163
" comments"
147
164
],
165
+ "counter" : " numeric" ,
148
166
"boolean" : " boolean" ,
149
167
"object" : " document" ,
150
168
"array" : " array" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " counter" ,
3
+ "erdAbbreviation" : " <cnt>" ,
4
+ "dtdAbbreviation" : " {1..x}" ,
5
+ "parentType" : " numeric" ,
6
+ "sample" : 15 ,
7
+ "useSample" : true ,
8
+ "defaultValues" : {
9
+ "unit" : " " ,
10
+ "minimum" : " " ,
11
+ "exclusiveMinimum" : false ,
12
+ "maximum" : " " ,
13
+ "exclusiveMaximum" : false ,
14
+ "multipleOf" : " " ,
15
+ "divisibleBy" : " " ,
16
+ "default" : " " ,
17
+ "primaryKey" : false ,
18
+ "relationshipType" : " " ,
19
+ "parentRelationship" : " " ,
20
+ "childRelationships" : [],
21
+ "foreignCollection" : " " ,
22
+ "foreignField" : [],
23
+ "enum" : [],
24
+ "mode" : " " ,
25
+ "sample" : " "
26
+ }
27
+ }
You can’t perform that action at this time.
0 commit comments