You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2021/09/03 12:16:17 UTC

[airflow] branch main updated (31b15c9 -> be7efb1)

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

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


    from 31b15c9  Applied permissions to self._error_file (#15947)
     add be7efb1  Require timetable class be registered via plugin (#17989)

No new revisions were added by this update.

Summary of changes:
 airflow/plugins_manager.py                    |  27 ++++
 airflow/serialization/serialized_objects.py   |  51 +++++---
 tests/serialization/test_dag_serialization.py | 173 ++++++++++++++++++--------
 tests/test_utils/timetables.py                |   6 +
 4 files changed, 190 insertions(+), 67 deletions(-)