Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a connection object for a bucket #17

Open
tkilias opened this issue Nov 23, 2020 · 0 comments
Open

Create a connection object for a bucket #17

tkilias opened this issue Nov 23, 2020 · 0 comments
Labels
feature Product feature

Comments

@tkilias
Copy link

tkilias commented Nov 23, 2020

Background

  • Connection objects are used from Exasol to store credentials or config for UDFs
  • We need to often supply credentials of the bucketfs and locations in the bucketfs to the UDFs
  • It would be good to have a function which generates a connection object create statement from a BucketFSLocation
  • This connection object then can be used inside a UDF to create BucketFSLocation object via the BucketFSFactory
  • Process: BucketFSLocation -> Connection Object Create Statement -> Connection Object in UDF -> BucketFSFactory in UDF -> BucketFSLocation in UDF

Acceptance Criteria

  • BucketFSLocation can create Connection object create statement
  • BucketFSFactory can create BucketFSLocation from this connection object
@Nicoretti Nicoretti transferred this issue from exasol/bucketfs-utils-python Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

1 participant