airflow.providers.standard.example_dags.example_short_circuit_operator

### ShortCircuitOperator

This example demonstrates how to use the ShortCircuitOperator to continue a workflow only when a condition is truthy. It also shows how ignore_downstream_trigger_rules=False lets later downstream tasks respect their trigger rules after the direct downstream tasks are skipped.

Attributes

cond_true

Module Contents

airflow.providers.standard.example_dags.example_short_circuit_operator.cond_true[source]

Was this entry helpful?