diff --git a/openmetadata-service/src/main/resources/json/data/testConnections/database/databricks.json b/openmetadata-service/src/main/resources/json/data/testConnections/database/databricks.json index 93526aeb07a..847f3dc7b15 100644 --- a/openmetadata-service/src/main/resources/json/data/testConnections/database/databricks.json +++ b/openmetadata-service/src/main/resources/json/data/testConnections/database/databricks.json @@ -7,7 +7,7 @@ { "name": "CheckAccess", "description": "Validate that we can properly reach the database and authenticate with the given credentials.", - "errorMessage": "Failed to connect to azure sql, please validate to token, http path & hostport", + "errorMessage": "Failed to connect to databricks, please validate to token, http path & hostport", "shortCircuit": true, "mandatory": true }, diff --git a/openmetadata-service/src/main/resources/json/data/testConnections/database/impala.json b/openmetadata-service/src/main/resources/json/data/testConnections/database/impala.json index dd9262eeae6..ddfac2e65ea 100644 --- a/openmetadata-service/src/main/resources/json/data/testConnections/database/impala.json +++ b/openmetadata-service/src/main/resources/json/data/testConnections/database/impala.json @@ -7,7 +7,7 @@ { "name": "CheckAccess", "description": "Validate that we can properly reach the database and authenticate with the given credentials.", - "errorMessage": "Failed to connect to hive, please validate the credentials", + "errorMessage": "Failed to connect to impala, please validate the credentials", "shortCircuit": true, "mandatory": true }, diff --git a/openmetadata-service/src/main/resources/json/data/testConnections/database/redshift.json b/openmetadata-service/src/main/resources/json/data/testConnections/database/redshift.json index 4a53cc89f5c..dbaf504ac34 100644 --- a/openmetadata-service/src/main/resources/json/data/testConnections/database/redshift.json +++ b/openmetadata-service/src/main/resources/json/data/testConnections/database/redshift.json @@ -7,7 +7,7 @@ { "name": "CheckAccess", "description": "Validate that we can properly reach the database and authenticate with the given credentials.", - "errorMessage": "Failed to connect to presto, please validate the credentials", + "errorMessage": "Failed to connect to redshift, please validate the credentials", "shortCircuit": true, "mandatory": true },