The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/lang-sdk/taskflow-stub-dag has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
7b528b3dde88c03531fe8b006291e0a69d4d40ac / LIU ZHE YOU <[email protected]>
Fix stub decorator compatibility with released Airflow versions

The single try/except made Airflow 3.0 (whose SDK predates
KNOWN_CONTEXT_KEYS) fall back to the Airflow 2 import paths and fail;
the arg-capture tests imported airflow.sdk directly, which does not
exist on 2.11; and the .expand() rejection relies on the
supports_expand opt-out that only ships with Airflow 3.4. Also reword
the context-key rejection to stop implying foreign runtimes have no
task context -- the lang SDKs inject their own natively; stub
signatures just must not declare Airflow context parameters.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to