OAuthAuthorizationCodeAuth
relationalai.config.connections.snowflake
Configure Snowflake access using OAuth Authorization Code (PKCE) flow.
This authenticator mirrors the upstream/v0 behavior where
authenticator="oauth_authorization_code" is treated as a convenience mode:
it mints an OAuth access token and then creates a Snowpark session using
Snowflake’s OAUTH authenticator with that token.
Inheritance Hierarchy
Section titled “Inheritance Hierarchy”Used By
Section titled “Used By”config > connections > snowflake └── SnowflakeAuthenticator