jupysql icon indicating copy to clipboard operation
jupysql copied to clipboard

`%sqlcmd profile` and `%sqlcmd explore` do not work with snippets

Open edublancas opened this issue 2 years ago • 1 comments

when storing some snippet, e.g:

%%sql --save joe
select * from people where name = 'joe'

I'm able to use %sqlplot, but unable to use %sqlcmd profile/%sqlcmd explore.

Error:

image

We need to fix it so they work.

More context: snippet-error.ipynb.zip

edublancas avatar Jun 23 '23 23:06 edublancas

On it!

AnirudhVIyer avatar Jun 25 '23 14:06 AnirudhVIyer