Eduardo Blancas
Eduardo Blancas
the "format sql" issue has been fixed in jupysql-plugin 0.4.4
Hi, I'm unsure about the issue you're reporting. It sounds like a VSCode question (?)
I only use JupySQL via Jupyter, so I don't know if there is any VSCode extension that works.
we tempporarily pinned versions: https://github.com/ploomber/jupysql/pull/1000
can you share the full traceback?
i think the problem might be the jupyterlab version. are you installing jupyterlab3? if so, you need to install another jupysql-plugin version: ``` pip install 'jupysql-plugin
I took a deeper look. You're seeing a [warning](https://stackoverflow.com/questions/75907222/jupyterlab-extension-gives-a-function-not-found-error), not an error. I don't fully understand the details but it seems like an API change in Jupyter's internals (it's complaining...
hi, can you expand? up until this point, this works: ``` %%sql --save mysnip --no-execute SELECT * FROM B query = %sqlcmd snippets mysnip query = '"' + query +...
The team is at capacity, we'd appreciate a PR!
> I am wondering if jupysql could even parse the output of EXPLAIN for this, but here is a reference for a kernel agnostic option that considers the whole cell...