Files
superset2/superset-frontend
Evan Rusackas 26fcd6bcbb fix(SqlLab): retry fetchQueryResults when resultsKey changes
Replaces the one-shot hasRunInitialEffect mount guard in TabbedSqlEditors
with a fetchedResultsKeyRef that records the last persisted resultsKey
fetched. The old guard permanently blocked the effect once it ran, so when
activeQueryEditor was unavailable on first render (common when tabHistory
hydrates asynchronously), persisted results were never fetched. Tracking
resultsKey lets the effect retry when it resolves and dedupes repeats.

Addresses codeant-ai review on PR #39461.
2026-05-12 14:21:26 -07:00
..
2026-05-04 19:19:36 +03:00