From 6da01b13a98e07dc3b0239b83a9aa1bd5fe6c7c6 Mon Sep 17 00:00:00 2001 From: NiharDoshi99 <51595473+NiharDoshi99@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:45:37 +0530 Subject: [PATCH] Changed format for s3 staging (#8632) --- .../entity/services/connections/database/athenaConnection.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/athenaConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/athenaConnection.json index d8555415867..5f11d87d9b7 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/athenaConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/athenaConnection.json @@ -39,7 +39,8 @@ "s3StagingDir": { "title": "S3 Staging Directory", "description": "S3 Staging Directory.", - "type": "string" + "type": "string", + "format": "uri" }, "workgroup": { "title": "Athena Workgroup",