This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 35b8f50 Make sure "podcution-readiness` of docker-compose is well
explained (#17731)
add af9dc8b Remove ``[core] store_dag_code`` & use DB to get Dag Code
(#16342)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 14 +++
airflow/config_templates/config.yml | 10 --
airflow/config_templates/default_airflow.cfg | 7 --
airflow/dag_processing/manager.py | 8 +-
airflow/models/dag.py | 3 +-
airflow/models/dagcode.py | 9 +-
airflow/settings.py | 4 -
airflow/www/views.py | 4 +-
docs/apache-airflow/dag-serialization.rst | 3 -
.../endpoints/test_dag_source_endpoint.py | 119 +++++++++------------
tests/core/test_configuration.py | 18 ----
tests/jobs/test_scheduler_job.py | 8 +-
tests/models/test_dag.py | 4 +-
tests/models/test_dagcode.py | 10 --
tests/www/views/test_views_log.py | 2 +-
tests/www/views/test_views_tasks.py | 20 +---
16 files changed, 80 insertions(+), 163 deletions(-)