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 a3008e0a50 Switch from --user to venv environment for PROD image
omit 9b9dc1cd32 Optimize building images including new uv version release
add 4938ac04b6 feat: Add OpenLineage support for File and User Airflow's
lineage entities (#37744)
add e358bb2253 tests: Add OpenLineage test cases for File to Dataset
conversion (#37791)
add b4c1b3f695 Inherit the run_ordering from DatasetTriggeredTimetable for
DatasetOrTimeSchedule (#37775)
add 77341ef6a1 Avoid non-recommended usage of logging (#37792)
add 41ac676d58 Optimize building images including new uv version release
add ee83e8508b 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 (a3008e0a50)
\
N -- N -- N refs/heads/use-uv-for-prod-image (ee83e8508b)
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:
Dockerfile | 128 +++++++++------
Dockerfile.ci | 4 +-
airflow/dag_processing/processor.py | 2 +-
airflow/jobs/backfill_job_runner.py | 6 +-
airflow/models/variable.py | 8 +-
.../providers/amazon/aws/operators/sagemaker.py | 10 +-
.../kubernetes/executors/kubernetes_executor.py | 3 +-
.../providers/google/cloud/operators/dataproc.py | 2 +-
.../providers/openlineage/extractors/manager.py | 84 +++++++++-
airflow/timetables/datasets.py | 2 -
airflow/utils/db_cleanup.py | 2 +-
airflow/utils/log/task_context_logger.py | 2 +-
dev/breeze/doc/images/output_prod-image_build.svg | 2 +-
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
.../commands/production_image_commands.py | 4 +-
.../guides/developer.rst | 62 +++++---
docs/docker-stack/changelog.rst | 4 +-
pyproject.toml | 10 +-
scripts/docker/common.sh | 2 +
.../get_package_specs.py} | 32 ++--
scripts/docker/install_airflow.sh | 2 +-
.../docker/install_from_docker_context_files.sh | 67 ++++----
scripts/in_container/run_generate_constraints.py | 10 +-
tests/always/test_project_structure.py | 1 -
.../openlineage/extractors/test_manager.py | 172 +++++++++++++++++++++
tests/timetables/test_datasets_timetable.py | 64 ++++++++
26 files changed, 525 insertions(+), 162 deletions(-)
copy scripts/{ci/pre_commit/pre_commit_update_black_version.py =>
docker/get_package_specs.py} (57%)
create mode 100644 tests/providers/openlineage/extractors/test_manager.py