You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%sql show terse objects in db1.schema1 starts with 'a' limit 1 from 'b';
Errors with:
RuntimeError: If using snippets, you may pass the --with argument explicitly.
For more details please refer: https://jupysql.ploomber.io/en/latest/compose.html#with-argument
Original error message from DB driver:
(snowflake.connector.errors.ProgrammingError) 001003 (42000): SQL compilation error:
syntax error line 1 at position 5 unexpected ''a''.
[SQL: with 'a' limit 1 from 'b' ;]
To Reproduce
%sql show terse objects in db1.schema1 starts with 'a' limit 1 from 'b';
OS:
Linux
JupySQL Version:
0.10.7
Full Name:
Oliver Mannion
Affiliation:
Xero
The text was updated successfully, but these errors were encountered:
What happens?
This valid Snowflake SQL:
Errors with:
To Reproduce
OS:
Linux
JupySQL Version:
0.10.7
Full Name:
Oliver Mannion
Affiliation:
Xero
The text was updated successfully, but these errors were encountered: