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 a1a565ee93 Add changelog for airflow python client 2.9.0 (#39060)
add eda7481bbf Fix `update-common-sql-api-stubs` pre-commit check (#38915)
add 95cd0c3431 Mark `extending/add-build-essential-extend/Dockerfile`
docker example test as XFAIL (#38978)
add aca8a7f2ec Fix PROD image package installation in CI (#39035)
add 5ea0fdbcc3 Do not add local airflow sources in CI when building k8s
image (#39043)
No new revisions were added by this update.
Summary of changes:
.github/workflows/additional-prod-image-tests.yml | 2 +-
.github/workflows/k8s-tests.yml | 2 +-
Dockerfile | 4 +
airflow/providers/common/sql/hooks/sql.pyi | 85 ++++++++++++------
airflow/providers/common/sql/operators/sql.pyi | 100 ++++++++++++---------
airflow/providers/common/sql/sensors/sql.pyi | 18 ++--
.../doc/images/output_k8s_build-k8s-image.svg | 62 +++++++------
.../doc/images/output_k8s_build-k8s-image.txt | 2 +-
.../doc/images/output_k8s_run-complete-tests.svg | 86 ++++++++++--------
.../doc/images/output_k8s_run-complete-tests.txt | 2 +-
.../airflow_breeze/commands/kubernetes_commands.py | 25 +++++-
.../commands/kubernetes_commands_config.py | 2 +
.../src/airflow_breeze/params/build_prod_params.py | 13 +++
.../test_examples_of_prod_image_building.py | 28 +++++-
docker_tests/test_prod_image.py | 6 ++
.../ci/pre_commit/update_common_sql_api_stubs.py | 21 +++--
.../docker/install_from_docker_context_files.sh | 4 +
17 files changed, 300 insertions(+), 162 deletions(-)