From 6ff27d90de58872a747bfee49640c80c7384eda4 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Mon, 27 Nov 2023 16:34:06 +0530 Subject: [PATCH] fix(#14121): hive connection `metastoreConnection` field is not updating the value correctly (#14123) --- .../entity/services/connections/database/hiveConnection.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/hiveConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/hiveConnection.json index 73ef11d6dac..5dfc8e9093f 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/hiveConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/hiveConnection.json @@ -87,7 +87,8 @@ }, { "title": "None", - "type": "object" + "type": "object", + "additionalProperties": false } ] },