exasol_bucketfs_utils_python.load_file_from_local_fs#

Functions

read_file_from_bucketfs_to_file(...)

Read a file from the specified path in the bucket in the BucketFs and save as a local file Can be used inside of an UDF.

read_file_from_bucketfs_to_fileobj(...)

Download a file from the specified path in the bucket in the BucketFs into a given file object Can be used inside of an UDF.

read_file_from_bucketfs_to_string(...)

Read a file from the specified path in the bucket in the BucketFs into a string.

read_file_from_bucketfs_via_joblib(...)

Download a file from the specified path in the bucket in the BucketFs and deserialize it via joblib.load Can be used inside of an UDF.