PedroMartinSteenstrup commented on issue #29466:
URL: https://github.com/apache/superset/issues/29466#issuecomment-2205934463

   good bot @dosu, setting `MUTATE_AFTER_SPLIT = True` helped with the 
dashboards at least.
   
   Sadly, still a problem in sqllab, and I can now even more precisely point it 
out:
   
   That will work:
   ```
   select * from reporting.dim_date limit 100
   -- select * from information_schema.functions limit 10;
   ```
   
   That will not work:
   ```
   select * from reporting.dim_date limit 100;
   -- select * from information_schema.functions limit 10;
   ```
   
   The difference? Statement ending with semicolon.
   <img width="994" alt="image" 
src="https://github.com/apache/superset/assets/24451974/60dda249-178f-43a2-916a-624e7325dbd5";>
   


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