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/04/05 02:46:54 UTC

[airflow] branch master updated (7c17bf0 -> e86f5ca)

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

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


    from 7c17bf0  Removes unused CI feature of printing output on error (#15190)
     add e86f5ca  Bugfix: Task docs are not shown in the Task Instance Detail View (#15191)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/tutorial.py              |  1 +
 airflow/models/baseoperator.py                | 26 ++++++++++++++++++++++++++
 airflow/serialization/schema.json             |  7 ++++++-
 airflow/www/utils.py                          |  2 +-
 airflow/www/views.py                          |  2 +-
 docs/apache-airflow/concepts.rst              |  6 +++---
 tests/serialization/test_dag_serialization.py |  9 +++++++++
 tests/www/test_utils.py                       |  4 ++--
 8 files changed, 49 insertions(+), 8 deletions(-)