airflow.models
airflow.models.skipmixin
airflow.models.skipmixin.
SkipMixin
Bases:airflow.utils.log.logging_mixin.LoggingMixin
airflow.utils.log.logging_mixin.LoggingMixin
skip
Sets tasks instances to skipped from the same dag run.
dag_run – the DagRun for which to set the tasks to skipped
execution_date – execution_date
tasks – tasks to skip (not task_ids)
session – db session to use