This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f3ae6962dc5 Update release docs for bump min Airflow version for
providers (#44953)
add b3a384ee5a3 AIP-84 Refactor Handling of Insert Duplicates (#44322)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/exceptions.py | 37 +++-
.../core_api/routes/public/connections.py | 4 +-
.../api_fastapi/common}/__init__.py | 0
tests/api_fastapi/common/test_exceptions.py | 236 +++++++++++++++++++++
.../core_api/routes/public/test_connections.py | 13 +-
.../core_api/routes/public/test_dag_run.py | 4 +-
.../core_api/routes/public/test_pools.py | 21 +-
7 files changed, 292 insertions(+), 23 deletions(-)
copy {airflow/api_connexion => tests/api_fastapi/common}/__init__.py (100%)
create mode 100644 tests/api_fastapi/common/test_exceptions.py