Skip to content

Commit 75d111e

Browse files
authored
Updated for Snowflake Permissions
Updated the changes to include Snowflake Permissions and Account Parameters required for Azure Data Factory to work
1 parent 9244cea commit 75d111e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/data-factory/connector-snowflake.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ For the Copy activity, this Snowflake connector supports the following functions
3636

3737
If your data store is located inside an on-premises network, an Azure virtual network, or Amazon Virtual Private Cloud, you need to configure a [self-hosted integration runtime](create-self-hosted-integration-runtime.md) to connect to it. Make sure to add the IP addresses that the self-hosted integration runtime uses to the allowed list.
3838

39-
If your data store is a managed cloud data service, you can use the Azure Integration Runtime. If the access is restricted to IPs that are approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allowed list.
39+
If your data store is a managed cloud data service, you can use the Azure Integration Runtime. If the access is restricted to IPs that are approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allowed list.
40+
41+
The Snowflake account that is used for Source or Sink should have the necessary `USAGE` access on the Database and Read / Write access on Schema and the Tables/Views under it. In addition, it should also have `CREATE STAGE` on the schema to be able to create the External stage with SAS URI.
42+
43+
The following Account properties values must be set
44+
45+
| Property | Description | Required | Default
46+
| :--------------- | :----------------------------------------------------------- | :------- | :-------
47+
| REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION | Specifies whether to require a storage integration object as cloud credentials when creating a named external stage (using CREATE STAGE) to access a private cloud storage location. | FALSE | FALSE
48+
| REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION | Specifies whether to require using a named external stage that references a storage integration object as cloud credentials when loading data from or unloading data to a private cloud storage location. | FALSE | FALSE
4049

4150
For more information about the network security mechanisms and options supported by Data Factory, see [Data access strategies](data-access-strategies.md).
4251

0 commit comments

Comments
 (0)