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

Allow for managing separate client objects? #20

Open
sckott opened this issue Dec 8, 2023 · 0 comments
Open

Allow for managing separate client objects? #20

sckott opened this issue Dec 8, 2023 · 0 comments
Labels
database Database related issues
Milestone

Comments

@sckott
Copy link
Member

sckott commented Dec 8, 2023

Right now on the dbs branch we allow only one client instance for each of Redshift and RDS.

One needs a new client for either of those services only if there are different credentials; if credentials don't change then the same client can be reused.

How to do this?

  1. Tell users to open up separate R sessions, one for each set of unique credentials.
  2. Require passing in client object into each function that interacts with Redshift/RDS.
@sckott sckott added the database Database related issues label Dec 8, 2023
@sckott sckott added this to the v0.2 milestone Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Database related issues
Projects
None yet
Development

No branches or pull requests

1 participant