QuestionQ73

Data Loading, Unloading & Connectivity

A data team must connect Snowflake to a remote Git repository through a public network, using a personal access token for authentication.

Which Snowflake components must be created to implement this connection?

Choose two
Explanation

A Snowflake secret of type password stores the Git username and personal access token. An API integration with API_PROVIDER = git_https_api defines the allowed Git endpoint and authorizes the secret through ALLOWED_AUTHENTICATION_SECRETS; together they enable token-authenticated access to a remote Git repository over the public network.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!