Connecting
Connecting with a Dialect URL
A specific URL format is used to establish a connection using SQLAlchemy.
from sqlalchemy import create_engine
engine = create_engine("raiseredgenxt:///?InitiateOAuth=GETANDREFRESH;SubscriptionKey=MySubscriptionKey;OAuthClientId=MyOAuthClientId;OAuthClientSecret=MyOAuthClientSecret;CallbackURL=http://localhost:33333;")