From 1b003f9e79778238ae9c28a6ef2eeb4b9da83f6b Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Mon, 9 May 2022 18:27:05 +0200 Subject: [PATCH] Update account description (#4809) --- .../services/connections/database/snowflakeConnection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json index deceaca2365..afbe97a6061 100644 --- a/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json +++ b/catalog-rest-service/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json @@ -45,7 +45,7 @@ }, "account": { "title": "Account", - "description": "Snowflake Account.", + "description": "If the Snowflake URL is https://xyz1234.us-east-1.gcp.snowflakecomputing.com, then the account is xyz1234.us-east-1.gcp", "type": "string" }, "role": {