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 b01d95e Change DAG.clear to take dag_run_state (#9824)
add d008ff6 Rename DagBag.store_serialized_dags to
Dagbag.read_dags_from_db (#9838)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 34 +++++++++++++++++
airflow/api/common/experimental/__init__.py | 2 +-
airflow/api/common/experimental/trigger_dag.py | 2 +-
airflow/models/dagbag.py | 43 ++++++++++++++++------
airflow/www/extensions/init_dagbag.py | 2 +-
tests/api_connexion/endpoints/test_dag_endpoint.py | 2 +-
.../api_connexion/endpoints/test_task_endpoint.py | 2 +-
tests/jobs/test_scheduler_job.py | 8 ++--
tests/models/test_dagbag.py | 4 +-
9 files changed, 76 insertions(+), 23 deletions(-)