Create an OAuth integration in Snowflake
Run the following SQL in your Snowflake worksheet as an Replace
ACCOUNTADMIN (or a role with the CREATE INTEGRATION privilege):<integration_name> with a name for your integration.Get your client ID and secret
Run these queries to retrieve your credentials:Note your OAuth client ID and OAuth client secret.
Configure scopes
Assign the correct role/scope to the OAuth integration so the token has the right permissions. See Snowflake OAuth scopes for details.
Next
Follow the Quickstart.