From cd340a4d76f249c2c00ceb80d5e7c113671ae6dd Mon Sep 17 00:00:00 2001 From: codingwithabhi <63392662+codingwithabhi@users.noreply.github.com> Date: Tue, 17 May 2022 11:17:46 +0530 Subject: [PATCH] default-driver-json-schema-updated (#4984) --- .../services/connections/database/azureSQLConnection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json index 86d3d45a068..11f9c08c401 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/azureSQLConnection.json @@ -57,7 +57,7 @@ "title": "Driver", "description": "SQLAlchemy driver for AzureSQL.", "type": "string", - "default": "{ODBC Driver 17 for SQL Server}" + "default": "ODBC Driver 17 for SQL Server" }, "connectionOptions": { "title": "Connection Options",