rusackas commented on PR #42811:
URL: https://github.com/apache/superset/pull/42811#issuecomment-5211043353

   @michael-s-molina Found it — the fix in this PR only covered `processHTML`'s 
stream wiring. The generic (non-HTML, non-CSV) passthrough branch — the one 
that handles dashboard/chart JSON data, which is what you'd actually hit 
navigating between dashboards — still used a plain `.pipe()` with the same 
error-forwarding gap. Pushed a fix switching it to `pipeline()` too, plus a 
regression test for it.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to