clickhouse-sqlalchemy
clickhouse-sqlalchemy copied to clipboard
Not clear how to use "https"
Trying to connect to clickhouse using https://<url>:8443
It is not clear to me from the docs where I would pass the driver options, such as protocol='https'
.
clickhouse+http://host/db?protocol=https
. But I'd strongly recommend to use clickhouse+native
driver.