Snowflake Connector for Microsoft Power Platform : [Facultatif] Validez l’accès à Snowflake¶
Validez l’accès à Snowflake en utilisant SnowCLI ou SnowSQL.
Ouvrez un terminal et exécutez les commandes suivantes :
Pour l”authentification déléguée
snowsql -a <organization-locator> -u 'user@sandbox.onmicrosoft.com' --rolename <snowflake-role> --authenticator oauth --token "<token-value>"
Pour l’authentification du principal de service
snowsql -a <organization-locator> -u 'sub-value' -r <snowflake-role> --authenticator oauth --token "<token-value>"
Où :
snowflake-accountname
à partir de Snowflake Connector for Microsoft Power Platform : [Facultatif] Configurer l’autorisation de validation Entra.
snowflake-role
à partir de Snowflake Connector for Microsoft Power Platform : Créer une intégration de sécurité.
token-value
de la sortie de cURL à l’étape Snowflake Connector for Microsoft Power Platform : [Facultatif] Configurer l’autorisation de validation Entra.