exasol / bucketfs-python

BucketFS utilities for the Python programming language
https://exasol.github.io/bucketfs-python
MIT License
1 stars 1 forks source link

#114 Added path builder function #115

Closed ahsimb closed 4 months ago

ahsimb commented 4 months ago

closes #114

ahsimb commented 4 months ago

We need to be able to implement the as_udf_path(bucket) function. For that we must know the service name. Unfortunately, we can't request the service name from the bucket, although, logically we should be able to do this. It doesn't look pretty, I agree.