fix: updated service name in test connection error message (#11461)

This commit is contained in:
Teddy 2023-05-05 21:43:06 +02:00 committed by GitHub
parent d7e2bd439b
commit 7db9f3eb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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
},

View File

@ -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
},

View File

@ -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
},