Commit 758cde9
fix(deck-multi): use result_type 'results' for layer fetches, not 'full'
Multi.tsx posts directly with SupersetClient.post and never registers a
listener for the async job GLOBAL_ASYNC_QUERIES hands back for
result_type 'full' with a cold cache, so a layer just never renders.
'results' returns the same data/colnames/coltypes each layer's
transformProps reads, and skips the async handoff entirely.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c487c00 commit 758cde9
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
390 | 396 | | |
391 | 397 | | |
392 | 398 | | |
| |||
0 commit comments