This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 33fa95c176a Compat sdk conf follow-up: Celery, Common AI, FAB, Edge3
(#64292)
add 06930d1c64d SQLA: Replace the deprecated `lazy="noload"` with
`lazy="raise"` (#64262)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/common/db/task_instances.py | 5 ++-
.../api_fastapi/core_api/routes/public/hitl.py | 8 +++--
.../core_api/routes/public/task_instances.py | 37 +++++++++++++++++++---
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 4 +++
airflow-core/src/airflow/models/log.py | 2 +-
airflow-core/src/airflow/models/taskinstance.py | 6 ++--
.../src/airflow/models/taskinstancehistory.py | 2 +-
airflow-core/src/airflow/models/xcom.py | 2 +-
airflow-core/tests/unit/models/test_log.py | 22 +++++++++++++
.../tests/unit/models/test_taskinstance.py | 23 ++++++++++++++
airflow-core/tests/unit/models/test_xcom.py | 20 ++++++++++++
11 files changed, 119 insertions(+), 12 deletions(-)