CybercentreCanada/jupyterlab-sql-editor

trino magic: verify connection argument for adding certificate file path

sqlreport opened this issue · 1 comments

self.conn = trino.dbapi.connect(
host=self.host,
port=self.port,
auth=self.auth,
user=self.user,
catalog=catalog,
schema=schema,
http_scheme=self.httpScheme)

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

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