This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch use-uv-for-prod-image
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 6bebc07c9e Update scripts/docker/get_package_specs.py
omit fa6d9d9b69 Update .github/workflows/ci.yml
omit bb84fa4cbf Switch from --user to venv environment for PROD image
add b610c58a7b Remove references from the code to Jira Issues (#37807)
add 46c57130c6 Erd generating doc improvement (#37808)
add 9dac90a42e Remove reference to execution_info in snowflake hook
docstring (#37804)
add 198f9bb8e8 Switch from --user to venv environment for PROD image
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6bebc07c9e)
\
N -- N -- N refs/heads/use-uv-for-prod-image (198f9bb8e8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
airflow/executors/base_executor.py | 7 +--
.../0047_1_10_4_increase_queue_name_size_limit.py | 4 +-
airflow/models/connection.py | 11 +++-
airflow/models/taskinstance.py | 1 -
airflow/providers/apache/hive/hooks/hive.py | 7 +--
airflow/providers/snowflake/hooks/snowflake.py | 6 +-
airflow/timetables/simple.py | 2 +-
airflow/utils/sqlalchemy.py | 5 +-
airflow/www/utils.py | 1 -
docs/apache-airflow/database-erd-ref.rst | 2 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 4 +-
docs/docker-stack/build.rst | 72 +++++++++++++++-------
.../Dockerfile | 2 +-
.../Dockerfile | 2 +-
.../Dockerfile | 4 +-
scripts/in_container/run_migration_reference.py | 6 +-
tests/dags_corrupted/test_impersonation_custom.py | 2 +-
tests/models/test_taskinstance.py | 7 +--
tests/www/views/test_views_tasks.py | 4 +-
20 files changed, 86 insertions(+), 65 deletions(-)
copy docs/docker-stack/docker-examples/extending/{add-pypi-packages =>
add-pypi-packages-constraints}/Dockerfile (95%)
copy docs/docker-stack/docker-examples/extending/{add-pypi-packages =>
add-pypi-packages-uv-constraints}/Dockerfile (89%)
copy docs/docker-stack/docker-examples/extending/{embedding-dags =>
add-pypi-packages-uv}/Dockerfile (80%)