rill
rill copied to clipboard
SQL Editor sometimes does not show the request errors
To reproduce:
- Create this model:
SELECT Cast('Hello, World!' as UUID) AS Greeting - The results pane shows an infinite spinner, yet the network request returned a 400 error
- Interestingly, by further modifying the SQL query, e.g. by adding a
--to the end of the SQL statement, you can see the 400 error show up in the results pane