The GitHub Actions job "Tests (AMD)" on airflow.git/backport-66008 has 
succeeded.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
9bc0a33e3c357ada6149a22dd1b5824a6216cc4a / Pierre Jeambrun 
<[email protected]>
UI: Filter task instances by rendered map index (#66008)

* UI: Search task instances by rendered map index

Adds 'rendered_map_index_pattern' (substring match) and 
'rendered_map_index_prefix_pattern' (index-friendly prefix match) query 
parameters to the public listMapped and listTaskInstances endpoints, mirroring 
the existing 'operator_name', 'pool_name', etc. pattern/prefix-pattern pairs. 
The UI surfaces this as a search input in the TaskInstances filter bar — prefix 
search by default, with an 'advanced search' toggle to switch to substring 
match.

The TaskInstance.rendered_map_index hybrid_property now has a SQL-level 
.expression so queries see the same value as the API response: the explicit 
_rendered_map_index when set, otherwise str(map_index). Without this, filtering 
on rendered map index silently dropped rows whose _rendered_map_index column is 
NULL but whose displayed value is the numeric map index.

Closes #51820.

* Fix rebase linting

* Fix mysql tests

* Fix conflicts

---------

Co-authored-by: Brent Bovenzi <[email protected]>
Co-authored-by: Rahul Vats <[email protected]>
(cherry picked from commit 73a6641631d9abc5e030dbd2cb95e9d1879ebd22)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to