Gollum999 commented on issue #33053: URL: https://github.com/apache/airflow/issues/33053#issuecomment-1684348348
IMO what matters most is that the behavior is consistent. If a TaskGroup behaves like a skipped task when it comes to things like `allowed_states` and `trigger_rule`s, it should show as skipped in the UI. And vice-versa; if a TaskGroup shows as success in the UI, it should also behave like a successful task everywhere else. From an implementation perspective, it feels to me like both the scheduler and the webserver should be using the same code to determine the TaskGroup's "pseudo-state". -- 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]
