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

json.data.testConnections.pipeline.gluepipeline.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "GluePipeline",
    "displayName": "GluePipeline Test Connection",
    "description": "This Test Connection validates the access against the server and basic metadata extraction of pipelines.",
    "steps": [
        {
            "name": "GetPipelines",
            "description":  "List all the workflows available to the user, user must have access to `glue:ListWorkflows` permission",
            "errorMessage": "Failed to fetch pipelines, please validate the credentials or validate if user has access to fetch pipelines",
            "shortCircuit": true,
            "mandatory": true
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy