json.data.testConnections.metadata.sas.json Maven / Gradle / Ivy
{
"name": "SAS",
"displayName": "SAS Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of tables.",
"steps": [
{
"name": "CheckAccess",
"description": "Check if the catalog APIs are reachable with the given credentials",
"errorMessage": "Failed to connect to SAS Catalog, please validate the credentials",
"shortCircuit": true,
"mandatory": true
}
]
}