From 4ade6fd39f3d6c3705af98c67b0414a0fb2d7b93 Mon Sep 17 00:00:00 2001 From: Onkar Ravgan Date: Wed, 6 Dec 2023 23:42:04 +0530 Subject: [PATCH] Remove col displayname from patch req (#14279) --- ingestion/src/metadata/ingestion/models/patch_request.py | 1 - 1 file changed, 1 deletion(-) 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,