sdhilip200 commented on PR #68789: URL: https://github.com/apache/airflow/pull/68789#issuecomment-4918807623
Updated in 7ac3b146 to make the XComObjectStorageBackend regression run only when the installed Airflow exposes the new server-side XComModel helpers added by this PR. This keeps the object-storage backend regression active for the current implementation while preventing provider-compat jobs for released Airflow 3 wheels from failing on missing get_value or set(..., serialize=False) support. Verified locally with uv run pytest --rootdir=providers/common/io providers/common/io/tests/unit/common/io/xcom/test_backend.py -k xcommodel_get_value_uses_configured_backend. Also verified uv run ruff check providers/common/io/tests/unit/common/io/xcom/test_backend.py, uv run ruff format --check providers/common/io/tests/unit/common/io/xcom/test_backend.py, git diff --check, and uv run scripts/ci/prek/update_providers_dependencies.py with no generated-file diff. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
