Skip to content

Commit

Permalink
Add decimal logical type descriptor and conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Sep 23, 2022
1 parent 2b67516 commit 5af719e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Avro",
"version": "0.1.91",
"versionDate": "2022-08-19",
"version": "0.1.92",
"versionDate": "2022-09-23",
"author": "hackolade",
"engines": {
"hackolade": "5.2.13",
Expand Down
12 changes: 6 additions & 6 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,6 @@ making sure that you maintain a proper JSON format.
],
"isTargetProperty": true
},
{
"propertyName": "Required",
"propertyKeyword": "required",
"propertyType": "checkbox",
"template": "boolean"
},
{
"propertyName": "Precision",
"propertyKeyword": "precision",
Expand All @@ -352,6 +346,12 @@ making sure that you maintain a proper JSON format.
},
"isTargetProperty": true
},
{
"propertyName": "Required",
"propertyKeyword": "required",
"propertyType": "checkbox",
"template": "boolean"
},
{
"propertyName": "Aliases",
"propertyType": "text",
Expand Down

0 comments on commit 5af719e

Please sign in to comment.