mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
fix: updated service name in test connection error message (#11461)
This commit is contained in:
parent
d7e2bd439b
commit
7db9f3eb24
@ -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
|
||||
},
|
||||
|
||||
@ -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
|
||||
},
|
||||
|
||||
@ -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
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user