The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user bbovenzi (triggered by bbovenzi).
Head commit for run: b9acffa81bf61dcf0c5553942c52629c7f75ebe2 / Usiel Riedl <[email protected]> Fix for TaskGroup toggles for duplicated labels (#34072) * Fix for TaskGroup toggles for duplicated labels We have been using `_.label` so far to remember which task groups are opened/closed. Unfortunately, this leads to issues when the same label is used twice, which can happen as described in the linked issue. With this change we switch to use `_.id` instead, which must be unique (otherwise parsing the DAG would lead to `DuplicateTaskIdFound`). Fixes #34066 * Fix toggle for Gantt as well Report URL: https://github.com/apache/airflow/actions/runs/6095838741 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
