CybercentreCanada / jupyterlab-sql-editor

A JupyterLab extension providing, SQL formatter, auto-completion, syntax highlighting, Spark SQL and Trino
BSD 3-Clause "New" or "Revised" License
83 stars 13 forks source link

trino magic: verify connection argument for adding certificate file path #47

Closed sqlreport closed 2 years ago

sqlreport commented 2 years ago

https://github.com/CybercentreCanada/jupyterlab-sql-editor/blob/a22ca902ac6fa5ab14f3306363c0c52dfb97fa8e/jupyterlab_sql_editor/ipython_magic/trino/trino.py#L65-L72

Can we add verify connection argument for adding certificate file path?

cccs-jc commented 2 years ago

yes, that's a good idea. Do you want to create a PR and we will review and incorporate it. Thanks!