exasol / notebook-connector

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

Provide the bucketfs service name when creating an On-Prem bucketfs connection #108

Closed ahsimb closed 1 month ago

ahsimb commented 1 month ago

Now the connections.get_udf_bucket_path function relies on the bucket's property udf_path. An On-Prem bucket can provide this property only if it knows its bucketfs service name. Hence this name should be supplied in the constructor to the Service object, in the open_bucketfs_connection function.