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

json.data.testConnections.dashboard.metabase.json Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
{
    "name": "Metabase",
    "displayName": "Metabase Test Connection",
    "description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
    "steps": [
      {
        "name": "GetDashboards",
        "description": "List all the dashboards available to the user",
        "errorMessage": "Failed to fetch dashboards, please validate the credentials or validate if user has access to fetch dashboards",
        "shortCircuit": true,
        "mandatory": true
      }
    ]
  }
  
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy