Skip to content

Commit

Permalink
Make subject property read-only for Confluent Schema Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Mar 7, 2023
1 parent ffcc89c commit 47d5d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.109",
"versionDate": "2023-02-09",
"version": "0.1.110",
"versionDate": "2023-03-07",
"author": "hackolade",
"engines": {
"hackolade": "6.7.2",
Expand Down
4 changes: 3 additions & 1 deletion properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,13 @@ making sure that you maintain a proper JSON format.
"regex": "^[a-zA-Z0-9\\._\\-]*$"
},
"propertyType": "text",
"propertyTooltip": "This property is automatically assembled during forward-engineering, or populated during reverse-engineering from CSR.",
"dependency": {
"level": "model",
"key": "schemaRegistryType",
"value": "Confluent Schema Registry"
}
},
"disabled": true
},
{
"propertyName": "Additional properties",
Expand Down

0 comments on commit 47d5d12

Please sign in to comment.