The GitHub Actions job "Tests (AMD)" on 
airflow.git/dag-run-and-task-instance-team-column has failed.
Run started by GitHub user vincbeck (triggered by vincbeck).

Head commit for run:
41f57ce25b0362650919b75f7fbf83267c23f392 / vincbeck <[email protected]>
UI: Add team column and filter to Dag Run and Task Instance lists

When multi-team mode is enabled, operators triaging failures across teams
need to see which team owns each Dag Run and Task Instance, and scope the
lists to a single team. This adds:

- A "Team" column on the Dag Run list (after Run Type) and the Task Instance
  list (after State), each linking to the Dag list filtered by that team
- A team filter in the existing filter bar on both pages
- Backend support: a nullable `team_name` field on `DAGRunResponse` and
  `TaskInstanceResponse`, populated (via bundle association) only when
  multi-team is enabled, plus a `teams` query parameter on the list
  endpoints that scopes results by team

The column and filter render only when the `multi_team` configuration is
enabled, so single-team deployments are unaffected.

Report URL: https://github.com/apache/airflow/actions/runs/29939770588

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to