Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.openlineage.example_openlineage_base_simple_dag

Simple DAG without schedule and extra args, with one operator, to verify OpenLineage event integrity.

It checks:
  • required keys

  • field formats and types

  • number of task events (one start, one complete)

Attributes

DAG_ID

do_nothing_task

test_run

Functions

do_nothing()

Module Contents

tests.system.openlineage.example_openlineage_base_simple_dag.do_nothing()[source]
tests.system.openlineage.example_openlineage_base_simple_dag.DAG_ID = 'openlineage_base_simple_dag'[source]
tests.system.openlineage.example_openlineage_base_simple_dag.do_nothing_task[source]
tests.system.openlineage.example_openlineage_base_simple_dag.test_run[source]

Was this entry helpful?