This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c8370ecccf Add hatch_build.py to k8s test venv cache calculation 
(#39473)
     add b43c292e1d Fix inconsistency of cache-directive vs. docker-cache 
(#38580)
     add 69856d5073 Replace to broad exceptions into the dev (#38489)
     add c6c35a5ab1 Add "use self-hosted runners" to CI setup (#38779)
     add 819f85276f Clean up Breeze output for Docker context (#38857)
     add 889033b3e4 Fix `update-common-sql-api-stubs` pre-commit check (#38915)
     add 4ac1f50d32 Fix mocking in kerberos integration test (#40042)
     add a98a8593e7 Upgrade to FAB 4.5.0 (#39851)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |   6 +-
 .github/workflows/ci.yml                           |  12 +--
 airflow/providers/common/sql/hooks/sql.pyi         |  85 ++++++++++-----
 airflow/providers/common/sql/operators/sql.pyi     | 100 ++++++++++-------
 airflow/providers/common/sql/sensors/sql.pyi       |  18 ++--
 .../fab/auth_manager/security_manager/override.py  |  20 ++--
 airflow/providers/fab/provider.yaml                |   2 +-
 dev/breeze/doc/ci/04_selective_checks.md           |  70 ++++++------
 .../commands/release_management_commands.py        |   7 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  10 +-
 .../src/airflow_breeze/utils/docs_publisher.py     |   8 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |   3 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    |  15 +--
 .../src/airflow_breeze/utils/selective_checks.py   |  34 ++++--
 dev/breeze/tests/test_docker_command_utils.py      |  10 +-
 dev/breeze/tests/test_packages.py                  |   6 +-
 dev/breeze/tests/test_selective_checks.py          | 120 +++++++++++++++------
 docs/conf.py                                       |   2 +-
 docs/exts/docs_build/docs_builder.py               |  16 ---
 docs/exts/operators_and_hooks_ref.py               |   4 +-
 docs/exts/provider_yaml_utils.py                   |   5 +-
 generated/provider_dependencies.json               |   2 +-
 hatch_build.py                                     |   3 +-
 scripts/ci/pre_commit/generate_pypi_readme.py      |   2 +-
 scripts/ci/pre_commit/insert_extras.py             |   4 +-
 scripts/ci/pre_commit/json_schema.py               |   4 +-
 scripts/ci/pre_commit/replace_bad_characters.py    |   2 +-
 scripts/ci/pre_commit/update_chart_dependencies.py |   4 +-
 .../ci/pre_commit/update_common_sql_api_stubs.py   |  21 ++--
 scripts/ci/pre_commit/update_versions.py           |   2 +-
 scripts/in_container/run_generate_constraints.py   |   1 -
 .../in_container/run_provider_yaml_files_check.py  |   7 +-
 .../in_container/update_quarantined_test_status.py |   4 +-
 scripts/tools/check_if_limited_dependencies.py     |   2 +-
 scripts/tools/list-integrations.py                 |   2 +-
 .../auth/backend/test_kerberos_auth.py             |   5 +-
 37 files changed, 378 insertions(+), 242 deletions(-)

Reply via email to