The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user uranusjr (triggered by uranusjr).
Head commit for run: 3dc9ea027b9a9e0a3299cc307db864f89bbf8c64 / Tzu-ping Chung <[email protected]> Guard not-yet-expanded ti in trigger rule dep Previously, if a mapped task is not yet expanded when the trigger rule dep is evaluated, it would raise an exception and fail the scheduler. This adds an additional try-except to guard against this. The problematic scenario is when a mapped task depends on another mapped task, and its trigger rule is evaluated before that other mapped task is expanded (e.g. the other task also has a task-mapping dependency that is not yet finished). Since we can be certain the upstream task has not yet satisfy the expansion dep, we can simply declare the task we're checking as unsatisfied. Report URL: https://github.com/apache/airflow/actions/runs/3780695060 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
