airflow.providers.openlineage.plugins.openlineage

Module Contents

Classes

OpenLineageProviderPlugin

Listener that emits numerous Events.

class airflow.providers.openlineage.plugins.openlineage.OpenLineageProviderPlugin[source]

Bases: airflow.plugins_manager.AirflowPlugin

Listener that emits numerous Events.

OpenLineage Plugin provides listener that emits OL events on DAG start, complete and failure and TaskInstances start, complete and failure.

name = 'OpenLineageProviderPlugin'[source]

Was this entry helpful?