airflow.example_dags.example_skip_dag¶
Example DAG demonstrating the EmptyOperator and a custom EmptySkipOperator which skips by default.
Classes¶
Empty operator which always skips the task. |
Functions¶
|
Instantiate a number of operators for the given DAG. |
Module Contents¶
- class airflow.example_dags.example_skip_dag.EmptySkipOperator(**kwargs)[source]¶
Bases:
airflow.models.baseoperator.BaseOperator
Empty operator which always skips the task.