exasol_bucketfs_utils_python.load_file_from_local_fs#
Functions
|
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. |
|
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 a file from the specified path in the bucket in the BucketFs into a string. |
|
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. |