eladkal commented on issue #54340: URL: https://github.com/apache/airflow/issues/54340#issuecomment-3173807985
> [@eladkal](https://github.com/eladkal) it is not a duplication, at the very least previous one should be reopened then... workflow should NOT fail in the branching flow of you pass None, isn't it right? See https://github.com/apache/airflow/issues/53984#issuecomment-3164215867 for how it's going to be avoided. Branch is expected to always follow something. The python callable of the branch should account for cases where logic fails and in that case should you want to not follow anything then you need to explicitly raise AirflowSkipException. to my perspective following nothing = hiding a problem in the pipeline logic thus we should not silently skip it. If you believe otherwise please open a new feature request explain the use case and we'd be happy to look into it and improve it. If there is a valid use case then we will support it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
