yuqian90 opened a new pull request #10751:
URL: https://github.com/apache/airflow/pull/10751


   closes: #10725
   
   - Make sure `SkipMixin.skip_all_except()` handles empty branches like this 
properly. When "task1" is followed, "join" must not be skipped even though it 
is considered to be immediately downstream of "branch".
   ```
               branch  ----->  join
                 \            ^
                   v        /
                     task1
   ```
   - Added a test for this scenario


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to