UI clear task checkboxes#68029
Merged
Merged
Conversation
Member
|
@suhaas-vaddadi, ci is failing. Take a look? |
Member
|
@suhaas-vaddadi, Can you also add a way to select and deselect all the tasks in this list? |
Member
|
@suhaas-vaddadi CI failure on main was fixed, can you rebase? |
0bf7f92 to
2053a55
Compare
dheerajturaga
approved these changes
Jun 5, 2026
dheerajturaga
left a comment
Member
There was a problem hiding this comment.
Great! this works, thanks for contributing!
Another pair of eyes on this would be great!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code following the guidelines
Before
After
Effect on API
File by File
ActionAccordion/columns.tsx — Adds taskInstanceKey (dag_run_id:task_id:map_index) and a RowSelection type; getColumns now prepends an optional leading checkbox column when selection is passed.
ActionAccordion/ActionAccordion.tsx — Threads the optional selection prop down to the table columns. No change when omitted.
Clear/TaskInstance/ClearTaskInstanceDialog.tsx — Tracks excludedKeys state and wires checkboxes in. On confirm with exclusions, sends the kept instances explicitly, grouped per run with expansion flags off; otherwise unchanged.
Clear/TaskInstance/ClearTaskInstanceConfirmationDialog.tsx — Accepts optional explicit taskIds; when present, the dry-run preview sends those ids with upstream/downstream off so it matches the real clear.
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.