The GitHub Actions job "Tests AMD" on airflow.git/use-correct-baseop has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 5aaf154025258389e6f2e281202ed6be5db4738c / Kaxil Naik <[email protected]> Fix sensor skipping in Airflow 3.x branching operators In Airflow 3.x, sensors inherit from airflow.sdk.BaseOperator instead of airflow.models.BaseOperator. The _ensure_tasks function in SkipMixin was only checking for the models BaseOperator, causing sensors to be filtered out and not properly skipped by branching operators like BranchSQLOperator. Updated the import logic to use the correct SDK BaseOperator for Airflow 3.x and added comprehensive tests to verify sensors are properly included in branching skip operations. Fixes #52219 Report URL: https://github.com/apache/airflow/actions/runs/16348589362 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
