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/12/02 12:50:39 UTC

[airflow] branch master updated (dab783f -> 101da21)

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 dab783f  Don't let webserver run with dangerous config (#12747)
     add 101da21  Optimize subclasses of DummyOperator for Scheduling (#12745)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                |  8 ++++++++
 airflow/models/dagrun.py                      |  2 +-
 airflow/operators/dummy_operator.py           |  1 +
 airflow/serialization/schema.json             |  3 ++-
 airflow/serialization/serialized_objects.py   |  7 +++++++
 tests/dags/test_only_dummy_tasks.py           | 12 +++++++++++-
 tests/serialization/test_dag_serialization.py |  2 ++
 7 files changed, 32 insertions(+), 3 deletions(-)