jupyterlab-sql icon indicating copy to clipboard operation
jupyterlab-sql copied to clipboard

SQL GUI for JupyterLab

Results 58 jupyterlab-sql issues
Sort by recently updated
recently updated
newest added

When I try to connect to presto from the jupyterlab-sql using a string like presto://@:port/hive/ I get the following error. Can't load plugin: sqlalchemy.dialects:presto please note I have installed pyhive...

hi, i was trying to connect oracle database to jupyterlab using this sql extension. The connection was successful, i was able to run custom SQL query from the extensions. It...

This is going to need another pair of eyes, but I wanted to try out the extension and also learn a little more about jupyterlab development. I never used this...

With connection string `cockroachdb://maxroach:maxroach@roach-0:26257/movr?sslcert=/certs/client.maxroach.crt&sslkey=/certs/client.maxroach.key&sslmode=verify-full&sslrootcert=/certs/ca.crt&port=26257` I get the following error `Can't load plugin: sqlalchemy.dialects:cockroachdb` The following code works in Jupyter once `sqlalchemy-cockroachdb` is installed. ```python # handling transaction error that we...

If a password happens to contain `@`, then the previous masking wouldn't mask the entire password.

I am seeing a repeated issue where, after installing jupyterlab-sql, I am seeing the following error when launching "jupyter lab". Additionally, the Extensions panel is showing an "Error: 500 (Internal...

This extension cannot be found in jupterlab, error reported after installation through cmd, internal error 500 ,why?

Please add official support for `clickhouse` (https://clickhouse.tech/). It's an open-source database that easily outperforms many other options for some uses in general, but specifically in the big data space. Clickhouse...

I've tried this with a clickhouse as well as a postgres database where both work inside a notebook after using `%sql $dbString` to connect where `dbString` is a string in...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies