mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 01:59:23 +00:00
Remove col displayname from patch req (#14279)
This commit is contained in:
parent
a215f03a28
commit
4ade6fd39f
@ -27,7 +27,6 @@ class PatchRequest(BaseModel):
|
|||||||
|
|
||||||
ALLOWED_COLUMN_FIELDS = {
|
ALLOWED_COLUMN_FIELDS = {
|
||||||
"name": True,
|
"name": True,
|
||||||
"displayName": True,
|
|
||||||
"dataType": True,
|
"dataType": True,
|
||||||
"arrayDataType": True,
|
"arrayDataType": True,
|
||||||
"dataLength": True,
|
"dataLength": True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user