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