tests.system.openlineage.example_openlineage_short_circuit_dag

Simple DAG with Short Circuit Operator.

It checks:
  • if events that should be emitted are there

  • if events for skipped tasks are not emitted

Attributes

DAG_ID

do_nothing_task

test_run

Functions

do_nothing()

check_events_number_func()

Module Contents

tests.system.openlineage.example_openlineage_short_circuit_dag.do_nothing()[source]
tests.system.openlineage.example_openlineage_short_circuit_dag.check_events_number_func()[source]
tests.system.openlineage.example_openlineage_short_circuit_dag.DAG_ID = 'openlineage_short_circuit_dag'[source]
tests.system.openlineage.example_openlineage_short_circuit_dag.do_nothing_task[source]
tests.system.openlineage.example_openlineage_short_circuit_dag.test_run[source]

Was this entry helpful?