Re: [PR] Fix get_leaves calculation for teardown in nested group [airflow]

2023-12-27 Thread via GitHub
dstandish merged PR #36456: URL: https://github.com/apache/airflow/pull/36456 -- 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: commits-unsubscr...@airflo

Re: [PR] Fix get_leaves calculation for teardown in nested group [airflow]

2023-12-27 Thread via GitHub
potiuk commented on PR #36456: URL: https://github.com/apache/airflow/pull/36456#issuecomment-1870602811 Nice :) -- 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 unsubscr

[PR] Fix get_leaves calculation for teardown in nested group [airflow]

2023-12-27 Thread via GitHub
dstandish opened a new pull request, #36456: URL: https://github.com/apache/airflow/pull/36456 When arrowing `group` >> `task`, the "leaves" of `group` are connected to `task`. When calculating leaves in the group, teardown tasks are ignored, and we recurse upstream to find non-teardowns.