This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch backport-61976
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f7899e6c44c Fix: Restore task_instance_history sequence on downgrade
(#61976)
add 71640221256 [v3-1-test] SQL not rendered in Rendered Templates view
(#60739) (#62348)
add 17910dd1729 Fix XCom migration failing for NaN/Infinity float values
(#62686) (#62760)
add f03e8297cc5 [v3-1-test] Pull the sphinx-airflow-theme wheel from
airflow.apache.org (#62710) (#62713)
add c00185cecef Refactor DataTable to handle internal scrolling and fix
overflow on narrow viewports (#62603)
add 90db2d0df2e [v3-1-test] Expose literal and ParamsDict at SDK top level
(#59782) (#62756)
add 0c68a70f08e Fix timer.duration unit labels in logs (#61824) (#62757)
add 217110aa2a3 Fix typo in PL translation (#62031) (#62761)
add b20bd350302 remove mp_start_method remnants (#61150) (#62762)
add b66819cea61 Merge branch 'v3-1-test' of github.com:apache/airflow into
backport-61976
add d1b5ddc5251 resolve conflicts
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 130 ++++++++++-----------
.../src/airflow/config_templates/config.yml | 12 --
airflow-core/src/airflow/configuration.py | 2 -
.../src/airflow/jobs/scheduler_job_runner.py | 4 +-
airflow-core/src/airflow/metrics/otel_logger.py | 2 +-
...49_3_0_0_remove_pickled_data_from_xcom_table.py | 47 ++++++--
airflow-core/src/airflow/plugins_manager.py | 2 +-
airflow-core/src/airflow/serialization/serde.py | 2 +-
.../airflow/ui/public/i18n/locales/pl/common.json | 2 +-
.../ui/src/components/DataTable/DataTable.tsx | 30 ++---
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 26 ++---
.../ui/src/pages/Connections/Connections.tsx | 28 +++--
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 2 +-
.../airflow/ui/src/pages/Variables/Variables.tsx | 28 +++--
contributing-docs/05_pull_requests.rst | 2 +-
devel-common/pyproject.toml | 2 +-
devel-common/src/tests_common/pytest_plugin.py | 6 -
task-sdk/docs/api.rst | 14 ++-
task-sdk/src/airflow/sdk/__init__.py | 5 +-
.../src/airflow/sdk/execution_time/task_runner.py | 34 +++++-
task-sdk/src/airflow/sdk/io/fs.py | 2 +-
task-sdk/tests/task_sdk/docs/test_public_api.py | 2 +-
.../task_sdk/execution_time/test_task_runner.py | 72 ++++++++++++
24 files changed, 282 insertions(+), 176 deletions(-)