json.data.testConnections.pipeline.airbyte.json Maven / Gradle / Ivy
{
"name": "Airbyte",
"displayName": "Airbyte 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 pipelines available to the user by executing the graphql query.",
"errorMessage": "Failed to fetch pipelines, please validate the credentials or validate if user has access to fetch pipelines",
"shortCircuit": true,
"mandatory": true
}
]
}