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 4eecd4d03b5 Fix formatting issue in Deadline Alerts' docs (#55911)
     new bee83f6a845 Change the signature of BaseDBManager downgrade method 
(#55907)
     new 953dd94c605 Add tests for DBManager upgrade and downgrade (#55940)
     new f6692be7876 Make  Airflow 3 upgrade section visible in sidebar (#55965)
     new c17fba57937 Fix left navigation and public interface docs in core docs 
(#55967)
     new d67d47d24fc Fix async connection retrieval in triggerer context 
(#55812)

The 5 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-core/docs/index.rst                        |   2 -
 airflow-core/docs/public-airflow-interface.rst     |  69 +++---
 airflow-core/src/airflow/utils/db_manager.py       |   2 +-
 .../tests/unit/cli/commands/test_db_command.py     | 276 +++++++++++++++++++++
 .../unit/cli/commands/test_db_manager_command.py   | 191 ++++++++++++--
 airflow-core/tests/unit/utils/test_db_manager.py   |  30 +++
 task-sdk/pyproject.toml                            |   1 +
 task-sdk/src/airflow/sdk/execution_time/context.py |  24 +-
 .../tests/task_sdk/execution_time/test_context.py  |  35 +++
 9 files changed, 566 insertions(+), 64 deletions(-)

Reply via email to