exasol / s3-document-files-virtual-schema

Virtual Schema for document files on AWS S3
MIT License
3 stars 1 forks source link

Hardcoded BucketFS path in User Guide #147

Closed allipatev closed 4 months ago

allipatev commented 9 months ago

User Guide for this VS (and for many others) hardcodes both BucketFS Service name and Bucket name in adapter, helper UDF function and mapping path:

 %jar /buckets/bfsdefault/default/...;

Not all users have extensive experience with Exasol github projects to not fall into this trap.

Please consider using placeholders for BucketFS Service name and Bucket name.

ckunki commented 9 months ago

Found "/bfsdefault/" in the following locations

redcatbear commented 4 months ago

While certainly an improvement, we are not going to update 20 repos for this.

allipatev commented 4 months ago

@redcatbear

Perfect solution!

I think we need to employ it more often.

It will definitely improve user experience.