diff --git a/package.json b/package.json index 602cc01..3b94165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Avro", - "version": "0.1.57", - "versionDate": "2021-02-05", + "version": "0.1.58", + "versionDate": "2021-02-13", "author": "hackolade", "engines": { "hackolade": "3.3.2", diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index d868d54..749e969 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -462,6 +462,9 @@ making sure that you maintain a proper JSON format. { "propertyName": "Logical type", "propertyKeyword": "logicalType", + "typeDecorator": { + "useAsTypeName": true + }, "shouldValidate": false, "propertyType": "select", "options": [ @@ -478,6 +481,9 @@ making sure that you maintain a proper JSON format. { "propertyName": "Logical type", "propertyKeyword": "logicalType", + "typeDecorator": { + "useAsTypeName": true + }, "shouldValidate": false, "propertyType": "select", "options": [ @@ -1077,6 +1083,9 @@ making sure that you maintain a proper JSON format. "propertyName": "Values", "propertyKeyword": "logicalType", "shouldValidate": false, + "typeDecorator": { + "useAsTypeName": true + }, "propertyType": "select", "options": [ { "value": "map", "name": "string" }, @@ -1338,6 +1347,7 @@ making sure that you maintain a proper JSON format. { "propertyName": "Pattern", "propertyType": "text", + "propertyTooltip": "Validation rule for enum values", "propertyKeyword": "pattern", "disabled": true },