exasol / notebook-connector

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

Do not pass all parameters when calling a language container deployer #114

Closed ahsimb closed 4 weeks ago

ahsimb commented 1 month ago

The SLC deployer infers the storage backend by looking at what parameters are passed. Giving it all config elements that can be found in the configuration store bears a risk of confusing the SLC deployer about which backend to use. This can be the case if the user is switching between two databases, for instance, SaaS and DockerDB. In this scenario, all configuration elements will be present in the store.