Skip to content

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.

OAuthAuthorizationCodeAuthSnowflakeConnectionBaseBaseConnectionpydantic.BaseModelabc.ABC
 config > connections > snowflake
└──  SnowflakeAuthenticator