The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/52439-bulk-dag-runs-actions has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
ba87df1c643d9dbd945ba23e3f773055bbca5a82 / pierrejeambrun 
<[email protected]>
Address self-review on bulk delete Dag Runs

- Switch BulkDagRunService._fetch_dag_runs to tuple_(dag_id, run_id).in_()
  to avoid a Cartesian over-fetch when /dags/~/dagRuns is called with
  pairs spanning multiple Dags. Matches BulkTaskInstanceService.
- Narrow _check_dag_authorization's method type to Literal["DELETE"];
  this PR only does delete, no point in exposing PUT/POST/GET on the
  signature.
- Add a wildcard test that exercises the per-Dag authorization path
  (limited user accepted for one Dag, rejected with 403 in the
  BulkResponse for a team-restricted Dag).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to