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/06 21:56:56 UTC

[airflow] branch master updated (75d8ff9 -> c045ff3)

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 75d8ff9  Mark required fields in Forms as required (#12856)
     add c045ff3  Store per-task TIDeps in serialized blob (#12858)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                | 16 +++++------
 airflow/sensors/base_sensor_operator.py       |  5 ++--
 airflow/serialization/schema.json             |  8 +++++-
 airflow/serialization/serialized_objects.py   | 41 +++++++++++++++++++++++++--
 tests/serialization/test_dag_serialization.py | 26 +++++++++++++++++
 5 files changed, 82 insertions(+), 14 deletions(-)