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;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;