You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/07/22 22:24:10 UTC

[airflow] branch main updated (34478c2 -> 9015132)

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

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


    from 34478c2  Fix bug that log can't be shown when task runs failed (#16768)
     add 9015132  Core: Enable the use of __init_subclass__ in subclasses of BaseOperator (#17027)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py    |  4 ++--
 tests/models/test_baseoperator.py | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)