The GitHub Actions job "Tests (AMD)" on 
airflow.git/triggerdagrun-owns-execution has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
94e9525c83c98c817fe456b0692f92df68e7d4e5 / 1fanwang <[email protected]>
Move TriggerDagRunOperator's ResumableJobMixin shim into common.compat

ResumableJobMixin only exists on Airflow 3.3+, so the operator carried an
inline import-or-stub to keep it in its bases on older Airflow. That kind of
version-conditional compatibility logic is what common.compat exists to hold,
so the standard operator's regular code can stay focused on the 3.3+ accessor
path it now owns and the back-compat retires cleanly once the provider's floor
reaches 3.3. The stub moves next to the existing BaseAsyncOperator stub in
common.compat.standard.operators; behaviour is unchanged on every supported
Airflow version.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to