For BD Select we use a username and password. In order to use that now in Snowflake you will need to set the user to legacy service type, unless OAuth authorization is used
ALTER USER DEMO_USER SET TYPE = LEGACY_SERVICE;Search
Home
Release Notes
User Docs
For BD Select we use a username and password. In order to use that now in Snowflake you will need to set the user to legacy service type, unless OAuth authorization is used
ALTER USER DEMO_USER SET TYPE = LEGACY_SERVICE;