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
Describe the Enhancement you want
The ability to add connect_args to the sqlalchemy create_engine method so that private key auth can be implemented for Snowflake connections among others. Currently we can only set the db_url in the rxconfig file.
Which feature do you want to improve? (and what problem does it have)
rx.session and rx.Model use the rxconfig database url, we are unable to use private key auth in this connection.
What is the benefit of the enhancement?
Ability to use private key auth with existing database modelling capabilities