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/01/27 21:46:46 UTC

[airflow] branch master updated (6a006c2 -> 53e8283)

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 6a006c2  Chart: Fix cannot list resource pods/log (#13630)
     add 53e8283  Fix dag run type enum query for mysqldb driver (#13278)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py     | 18 +++++++--------
 airflow/utils/types.py    |  3 +++
 tests/models/test_dag.py  |  4 ++--
 tests/utils/test_types.py | 59 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 73 insertions(+), 11 deletions(-)
 create mode 100644 tests/utils/test_types.py