The GitHub Actions job "CodeQL" on airflow.git/fix/bulk-action-error-handling has succeeded. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: 48735af124eb82324cb8738445d7b2e20457f3ec / pierrejeambrun <[email protected]> UI: Keep bulk-action dialog open on partial success On a partial success the dialog now stays mounted so the user can read the per-entity errors, and only the successful rows are removed from the selection — clicking confirm again retries just the failed ones. The previous behaviour cleared the whole selection on any success, which collapsed the ActionBar (its open state is bound to ``selectedRows.size``) and unmounted the dialog along with it, hiding the errors the user was meant to see. UI row keys now use the same identifier format the bulk API echoes back in ``success`` / ``errors`` (``{dag_id}.{run_id}`` and ``{dag_id}.{run_id}.{task_id}[{map_index}]``), so the bulk hooks can pass the response's ``success`` array straight to a new ``deselectKeys`` on ``useRowSelection``. Report URL: https://github.com/apache/airflow/actions/runs/26448791616 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
