exasol / notebook-connector

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

Extension wrappers need to handle non-existent configuration correctly. #112

Closed ahsimb closed 1 month ago

ahsimb commented 1 month ago

The error comes when creating a language container deploer.

The code breaks on the attempt to convert the bfs port to int in case it is not in the secret store. Also, the dsn should be null if the host or the port is not in the store.