Skip to content

Commit

Permalink
Added Subject Name Strategies and -key/-value configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed May 7, 2021
1 parent 796d0e1 commit fa3b21e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.62",
"versionDate": "2021-04-30",
"version": "0.1.63",
"versionDate": "2021-05-07",
"author": "hackolade",
"engines": {
"hackolade": "4.3.16",
Expand Down
4 changes: 2 additions & 2 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ making sure that you maintain a proper JSON format.
"propertyType": "select",
"options": [
"",
"value",
"key"
"key",
"value"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": [
"",
"TopicNameStrategy",
"RecordNameStrategy",
"TopicRecordNameStrategy"
Expand Down

0 comments on commit fa3b21e

Please sign in to comment.