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 2020/08/27 19:57:49 UTC

[airflow] branch master updated (479d622 -> 725bf33)

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 479d622  Fix downstream rendering in WebUI (#10612)
     add 725bf33  Revert Clean up DAG serializations based on last_updated (#7424) (#10613)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml          |  8 -----
 airflow/config_templates/default_airflow.cfg |  4 ---
 airflow/models/dagcode.py                    | 10 +++---
 airflow/models/serialized_dag.py             | 27 +++++++--------
 airflow/utils/dag_processing.py              | 51 ++++++----------------------
 docs/spelling_wordlist.txt                   |  1 +
 tests/models/test_dagcode.py                 | 20 +----------
 tests/models/test_serialized_dag.py          | 23 +++++--------
 tests/utils/test_dag_processing.py           | 24 -------------
 9 files changed, 37 insertions(+), 131 deletions(-)