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
Hello, first of all many thanks for this awesome extension!
I'm making a prototype using it and stumbled upon one problem that I haven't solved yet. Can somebody point me at the right place in documentation how I can configure sql magic to work with refreshable credentials. I want to use ipython-sql on AWS to connect to Aurora (PostgreSQL-compatible) using dynamic-temporary credentials which are valid for 15 mins since granted.
I've found that SQLAlchemy has a recommended way to do this - Generating Dynamic Authentication Tokens, but I'm not sure how I can configure ipython-sql to do that or access SQLAlchemy engine to register a hook.
I appreciate any help in advance!
The text was updated successfully, but these errors were encountered:
Hello, first of all many thanks for this awesome extension!
I'm making a prototype using it and stumbled upon one problem that I haven't solved yet. Can somebody point me at the right place in documentation how I can configure sql magic to work with refreshable credentials. I want to use ipython-sql on AWS to connect to Aurora (PostgreSQL-compatible) using dynamic-temporary credentials which are valid for 15 mins since granted.
I've found that SQLAlchemy has a recommended way to do this - Generating Dynamic Authentication Tokens, but I'm not sure how I can configure ipython-sql to do that or access SQLAlchemy engine to register a hook.
I appreciate any help in advance!
The text was updated successfully, but these errors were encountered: