mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-09 23:40:05 +00:00
Bug fix: Added DataProduct support for Glossary and GlossaryTerm. (#16473)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
This commit is contained in:
parent
5ba7769b76
commit
4ba05c2401
@ -97,6 +97,10 @@
|
|||||||
"description": "Domain the Glossary belongs to.",
|
"description": "Domain the Glossary belongs to.",
|
||||||
"$ref": "../../type/entityReference.json"
|
"$ref": "../../type/entityReference.json"
|
||||||
},
|
},
|
||||||
|
"dataProducts" : {
|
||||||
|
"description": "List of data products this entity is part of.",
|
||||||
|
"$ref" : "../../type/entityReferenceList.json"
|
||||||
|
},
|
||||||
"votes" : {
|
"votes" : {
|
||||||
"$ref": "../../type/votes.json"
|
"$ref": "../../type/votes.json"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -151,6 +151,10 @@
|
|||||||
"description": "Domain the Glossary Term belongs to. When not set, the Glossary TErm inherits the domain from the Glossary it belongs to.",
|
"description": "Domain the Glossary Term belongs to. When not set, the Glossary TErm inherits the domain from the Glossary it belongs to.",
|
||||||
"$ref": "../../type/entityReference.json"
|
"$ref": "../../type/entityReference.json"
|
||||||
},
|
},
|
||||||
|
"dataProducts" : {
|
||||||
|
"description": "List of data products this entity is part of.",
|
||||||
|
"$ref" : "../../type/entityReferenceList.json"
|
||||||
|
},
|
||||||
"votes" : {
|
"votes" : {
|
||||||
"$ref": "../../type/votes.json"
|
"$ref": "../../type/votes.json"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user