eladkal commented on pull request #18471: URL: https://github.com/apache/airflow/pull/18471#issuecomment-925914848
> I could understand users may not want the DAG to fail outright if the branching section is not critical path like with some feature engineering use cases I've seen. It may be more intuitive to not have to create an empty branch to simply continue with the pipeline if an output doesn't need to be tracked. An edge case for sure with an obvious workaround. > > Could this be a configurable mode: fail or skip if no branches found? This sounds more like a wrong usage of branching. For conditional junctions we have ShortCircuitOperator but i'm OK with @uranusjr suggestion if this is prefered. -- 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]
