json.data.testConnections.metadata.amundsen.json Maven / Gradle / Ivy
{
"name": "Amundsen",
"displayName": "Amundsen Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of schemas, tables & dashboards.",
"steps": [
{
"name": "CheckAccess",
"description": "Check if the Amundsen instance reachable by executing a neo4j query.",
"errorMessage": "Failed to connect to amundsen, please validate the credentials",
"shortCircuit": true,
"mandatory": true
}
]
}