All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.testConnections.database.deltalake.json Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
{
    "name": "DeltaLake",
    "displayName": "DeltaLake Test Connection",
    "description": "This Test Connection validates the access against the database and basic metadata extraction of schemas and tables.",
    "steps": [
      {
        "name": "GetDatabases",
        "description": "List all the databases available to the user.",
        "errorMessage": "Failed to fetch databases, please validate the credentials & validate if user has access to fetch databases",
        "shortCircuit": true,
        "mandatory": true
      },
      {
        "name": "GetTables",
        "description": "From a given schema, list the tables belonging to that schema. If no schema is specified, we'll list the tables of a random schema.",
        "errorMessage": "Failed to fetch tables, please validate if the user has enough privilege to fetch tables.",
        "mandatory": true
      }
    ]
  }
  
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy