yuqian90 commented on issue #11819: URL: https://github.com/apache/airflow/issues/11819#issuecomment-720878678
Just realised this issue is already fixed in `master` branch. @KulykDmytro would you like to try 2.0.0a1? It won't have this problem because `LatestOnlyOperator` has been changed to a subclass of `BaseBranchOperator` which should do the right thing when skipping downstream tasks. Since 2.0.0 is around the corner, I don't know if it's still worth fixing this issue in the 1.10 branch. ---------------------------------------------------------------- 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]
