pbugnion / jupyterlab-sql

SQL GUI for JupyterLab
MIT License
417 stars 52 forks source link

Can't load plugin: sqlalchemy.dialects:presto #140

Open ghoshkunal123 opened 4 years ago

ghoshkunal123 commented 4 years ago

When I try to connect to presto from the jupyterlab-sql using a string like presto://user>@<host:port/hive/ I get the following error. Can't load plugin: sqlalchemy.dialects:presto

please note I have installed pyhive in the conda env, it works from the ipython-sql in the niotebook. I wonder if presto is supported by jupyterlab-sql.