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?
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.
password
API_PROVIDER = git_https_api
ALLOWED_AUTHENTICATION_SECRETS
Community Discussion