exasol / notebook-connector

Connection configuration management and additional tools for Jupyter notebooks.
MIT License
0 stars 0 forks source link

Extension wrapper creates a connection with BucketFS credentials always assuming unsecured BucketFs connection #99

Closed ahsimb closed 2 months ago

ahsimb commented 2 months ago

This used to be a workaround for the lack of control over the SSL options in bucketfs-python. Without it it was not possible to user the Docker-DB. Now the problem is fixed. The BucketFS service URL should be properly formed.

Here is the offending line