The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-dags-owners-filter-exact-match has failed.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
7e3e2a698ae1365c6264841dd1011d7167de4351 / Shahar Epstein 
<[email protected]>
Fix owners filter on GET /api/v2/dags matching substrings

The owners filter compared each requested owner with a substring LIKE
against DagModel.owners, which stores a comma-joined list. Filtering by
owners=air therefore returned Dags owned by airflow, and owners=team_a
returned team_a_legacy. Match against whole comma-separated entries so a
requested owner only matches a Dag that actually lists that owner.

closes: #42790

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

With regards,
GitHub Actions via GitBox


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

Reply via email to