Open edublancas opened 1 year ago
this looks useful, already autocompletes table names: https://github.com/CybercentreCanada/jupyterlab-sql-editor
@neelasha23
I'll check
another example: https://github.com/pbugnion/jupyterlab-sql
this looks useful, already autocompletes table names: https://github.com/CybercentreCanada/jupyterlab-sql-editor
I found that this extension is more useful because it provides autocomplete - but only for sparksql and trino magics. Would it be more viable to incorporate this extension and try to extend it to include jupysql magic, or to replicate the basic methods it uses for autocomplete directly in our own plugin?
we need to implement our own, but we can use those extensions as a reference for our implementation
@bryannho what's the status here?
@bryannho what's the status here?
Had started on this but paused to work on the CI issue. Will resume but might run into CI issue again
ok, no worries. I can unassign and assign something else
It'd be great to provide more context in the autocompletion suggestions
example: add some text explaining that
CREATE TABLE
will create a new database, and also include a link to a documentation page with examples (we can add this to jupysql docs)