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:25:21 UTC

[airflow] branch main updated (9015132 -> 759c76d)

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 9015132  Core: Enable the use of __init_subclass__ in subclasses of BaseOperator (#17027)
     add 759c76d  Fix: ``TaskInstance`` does not show ``queued_by_job_id`` & ``external_executor_id`` (#17179)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskinstance.py    |  3 +++
 airflow/www/views.py              |  2 --
 tests/models/test_taskinstance.py | 54 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+), 2 deletions(-)