Karthikeya1500 commented on PR #64182: URL: https://github.com/apache/airflow/pull/64182#issuecomment-4134144788
Hi reviewers, This PR fixes an issue where clicking Pool slots (running/queued) navigates to the Task Instances page but does not apply filters. Root cause: - PoolBar was using incorrect query params (`state`, `pool`) - TaskInstances page expects (`task_state`, `pool_name_pattern`) Fix: - Updated query param keys - Replaced `slot.color` with `slot.slotType` (correct semantic value) Tests: - Verified navigation applies correct filters for pool and state This change is UI-only and backward-safe. Kindly let me know if any changes are needed. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
