This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b4b8a31df0 Bugfix/41067 fix tests operators test python (#41257)
add b2effc6278 feat: `run_if` & `skip_if` decorators (#41116)
No new revisions were added by this update.
Summary of changes:
airflow/decorators/__init__.py | 3 +
airflow/decorators/__init__.pyi | 23 +++++-
airflow/decorators/condition.py | 116 ++++++++++++++++++++++++++++
docs/apache-airflow/tutorial/taskflow.rst | 54 +++++++++++++
newsfragments/41116.feature.rst | 1 +
tests/decorators/test_condition.py | 123 ++++++++++++++++++++++++++++++
6 files changed, 318 insertions(+), 2 deletions(-)
create mode 100644 airflow/decorators/condition.py
create mode 100644 newsfragments/41116.feature.rst
create mode 100644 tests/decorators/test_condition.py