The GitHub Actions job "Tests" on 
airflow.git/move-skipmixin-branchmixin-to-task-sdk has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
6c88258f3854c8e30b0122293e8ba4b4147d761b / Kaxil Naik <[email protected]>
Fix compat tests: keep standard provider implementations alongside SDK copies

Compat tests install released airflow-core + task-sdk (which don't have
the new SDK modules) but use PR provider code. Making the standard
provider files into thin re-export shims broke this because the SDK
import path doesn't exist in the released SDK.

Fix: restore standard provider files to their original implementations.
The SDK has its own copies — code duplication is acceptable during
migration. Deprecation shims in the standard provider will be added in
a follow-up PR after the SDK changes are released.

Also moves localized imports in SDK test files to top-level, restores
provider.yaml entries, and removes the premature DEPRECATED_MODULES
addition.

Report URL: https://github.com/apache/airflow/actions/runs/22606117253

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to