This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c77584e510e Update the list of nullable properties on
LazyDeserializedDAG (#55833)
new 6aef8030135 Fix scheduler handling of orphaned tasks from airflow 2
(#55848)
new f22584854e1 Fix _get_serdag query in grid ui (#55771)
new 67468ef2c5b Optimize DAG serialization by excluding schema default
values (#55849)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 10 +-
.../src/airflow/jobs/scheduler_job_runner.py | 13 +++
airflow-core/src/airflow/serialization/schema.json | 18 +--
.../airflow/serialization/serialized_objects.py | 80 ++++++++-----
airflow-core/tests/unit/jobs/test_scheduler_job.py | 88 +++++++++++++++
.../unit/serialization/test_dag_serialization.py | 110 +++++++++++++++---
scripts/in_container/run_schema_defaults_check.py | 125 ++++++++++++++++++---
7 files changed, 375 insertions(+), 69 deletions(-)