mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
Adds Edited By as relationship (#13317)
This commit is contained in:
parent
eb865a997d
commit
d71647f9fd
@ -31,7 +31,8 @@
|
||||
"reviews",
|
||||
"reactedTo",
|
||||
"voted",
|
||||
"expert"
|
||||
"expert",
|
||||
"editedBy"
|
||||
],
|
||||
"javaEnums": [
|
||||
{ "name": "CONTAINS" },
|
||||
@ -53,7 +54,8 @@
|
||||
{ "name": "REVIEWS" },
|
||||
{ "name": "REACTED_TO" },
|
||||
{ "name": "VOTED" },
|
||||
{ "name": "EXPERT" }
|
||||
{ "name": "EXPERT" },
|
||||
{ "name": "EDITED_BY" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user