diff --git a/ingestion/src/metadata/ingestion/models/patch_request.py b/ingestion/src/metadata/ingestion/models/patch_request.py index b0ce15f4a92..0f6039f9d53 100644 --- a/ingestion/src/metadata/ingestion/models/patch_request.py +++ b/ingestion/src/metadata/ingestion/models/patch_request.py @@ -27,7 +27,6 @@ class PatchRequest(BaseModel): ALLOWED_COLUMN_FIELDS = { "name": True, - "displayName": True, "dataType": True, "arrayDataType": True, "dataLength": True,