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

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

There is a newer version: 1.5.11
Show newest version
{
    "name": "OpenLineage",
    "displayName": "Airflow Test Connection",
    "description": "This Test Connection validates the access against the message broker.",
    "steps": [
        {
            "name": "GetWatermarkOffsets",
            "description":  "Check if the message broker is reachable to fetch the topic details.",
            "errorMessage": "Failed to connect to message broker",
            "shortCircuit": true,
            "mandatory": true
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy