You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Tell users to open up separate R sessions, one for each set of unique credentials.
Require passing in client object into each function that interacts with Redshift/RDS.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: