You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/07 12:30:40 UTC

[airflow] branch master updated (7cfd240 -> 5d328a2)

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

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


    from 7cfd240  Add start_date and end_date to DagRun View in UI (#12871)
     add 5d328a2  Show DAG serialization errors in the UI. (#12866)

No new revisions were added by this update.

Summary of changes:
 airflow/exceptions.py                       |   4 +
 airflow/models/dagbag.py                    |  31 +++++++-
 airflow/serialization/serialized_objects.py | 113 ++++++++++++++--------------
 tests/models/test_dagbag.py                 |  41 ++++++++--
 4 files changed, 125 insertions(+), 64 deletions(-)