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 1a32c45 Don't Update Serialized DAGs in DB if DAG didn't change
(#9850)
add 84b85d8 Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
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/dagbag.py | 39 +++++++++++++++++++------
airflow/models/serialized_dag.py | 16 ++++++++++-
airflow/settings.py | 5 ++++
docs/dag-serialization.rst | 11 +++++--
tests/models/test_dagbag.py | 43 ++++++++++++++++++++++++++++
7 files changed, 114 insertions(+), 12 deletions(-)