You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/03/22 11:28:46 UTC

[airflow] branch main updated (f3bd2a3 -> fa655fe)

This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from f3bd2a3  Add `extraVolumeMounts` to flower (#22414)
     add fa655fe  Allow to except_skip None on BranchPythonOperator (#20411)

No new revisions were added by this update.

Summary of changes:
 airflow/models/skipmixin.py           |  4 +++-
 airflow/operators/python.py           |  4 +++-
 docs/apache-airflow/concepts/dags.rst | 12 ++++++++----
 tests/models/test_skipmixin.py        | 19 +++++++++++++++----
 tests/operators/test_python.py        |  6 +++---
 5 files changed, 32 insertions(+), 13 deletions(-)