Tested on these queries in the cloud demo [1]: ``` with t as (select * from employees) select * from t ``` ``` with t as (select 1) select 1 ``` It doesn't output anything, but also doesn't show errors [1] https://mybinder.org/v2/gh/jupyter-xeus/xeus-sql/stable?urlpath=lab/tree/examples/XVega%20operations.ipynb