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

potiuk pushed a change to branch backport-ff10b2e-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 7caa5441abb [v3-3-test] Honor catchup for historical asset events in 
asset-triggered Dags (#68749) (cherry picked from commit 
ff10b2e3e19c9a6c1a262ebd32ef65b968b39424)
     add 58ba8d0b11c [v3-3-test] Fix OTel integration test after task.execute 
span addition (#69236) (#69246)
     add 9b5619bf758 [v3-3-test] Fix new DAG versions from serializing a 
retry_policy object (#69243) (#69315)
     add d7fb68d6c1a [v3-3-test] Rename `state-store cleanup-task-state-store` 
command to `state-store clean` (#69316) (#69322)
     add 40a5886d5fd [v3-3-test] Fix details panel header overlapping the tabs 
(#69255) (#69318)
     add 95a48f50c17 [v3-3-test] Fix asset event ingestion crash for Dags using 
FixedKeyMapper (#69311) (#69326)
     add 31c43996908 [v3-3-test] Add auto area labels for ts-sdk and java-sdk 
PRs (#69325) (#69331)
     add dd82de68a08 [v3-3-test] Update upload-artifact gh action (#69256) 
(#69268)
     add 72690fc96d8 [v3-3-test] Gate provider release on artifact completeness 
check before vote (#69141) (#69180)
     add 8501719fee6 [v3-3-test] Auto-allow breeze in the Claude Code isolated 
agent setup (#69094) (#69129)
     add 72e765fca9a [v3-3-test] Add docker stack docs example for venv scene 
(#69088) (#69112)
     add 3ef41002362 Remove unused ts-sdk label rule from Boring Cyborg config 
(#69340)
     add 9001c5a14e8 Merge branch 'v3-3-test' into backport-ff10b2e-v3-3-test

No new revisions were added by this update.

Summary of changes:
 .../setup-isolated-setup-install.md                |  81 ++++++++++++++++
 .github/actions/post_tests_failure/action.yml      |   6 +-
 .github/actions/post_tests_success/action.yml      |   2 +-
 .github/boring-cyborg.yml                          |   9 ++
 .../task-and-asset-state-store-cleanup.rst         |   4 +-
 .../task-and-asset-state-store.rst                 |   6 +-
 airflow-core/src/airflow/cli/cli_config.py         |  13 +--
 .../airflow/cli/commands/state_store_command.py    |  17 +++-
 airflow-core/src/airflow/partition_mappers/base.py |   4 +
 .../src/airflow/partition_mappers/fixed_key.py     |  23 +++--
 .../serialization/definitions/mappedoperator.py    |   4 +
 airflow-core/src/airflow/serialization/encoders.py |   5 +-
 .../airflow/serialization/serialized_objects.py    |  17 +++-
 .../src/airflow/ui/src/components/HeaderCard.tsx   |   2 +-
 airflow-core/tests/integration/otel/test_otel.py   |   3 +-
 .../unit/cli/commands/test_state_store_command.py  |  40 +++++---
 .../tests/unit/partition_mappers/test_base.py      |  14 +++
 .../tests/unit/partition_mappers/test_fixed_key.py |  20 ++++
 .../unit/serialization/test_serialized_objects.py  | 106 ++++++++++++++++++++-
 dev/README_RELEASE_PROVIDERS.md                    |  14 +++
 docker-stack-docs/build.rst                        |  22 +++++
 .../Dockerfile                                     |   3 +-
 .../extending/add-python-venv/requirements.txt     |   1 +
 .../sdk/definitions/partition_mappers/fixed_key.py |   2 +-
 24 files changed, 365 insertions(+), 53 deletions(-)
 create mode 100644 .apache-magpie-overrides/setup-isolated-setup-install.md
 copy docker-stack-docs/docker-examples/extending/{add-requirement-packages => 
add-python-venv}/Dockerfile (89%)
 create mode 100644 
docker-stack-docs/docker-examples/extending/add-python-venv/requirements.txt

Reply via email to