Snowflake to Cloud Storage Action (Deprecated)
This plugin is no longer available as of July 26, 2024.
Plugin version: 1.1.0
Unloads data from a Snowflake table to an internal or external cloud storage location (stage).
The Snowflake to Cloud Storage action plugin works on top of COPY INTO. For more information, see the Snowflake docs.
Configuration
Basic
Property | Macro Enabled? | Description |
---|---|---|
Account Name | Yes | Required. Snowflake account name and region and possibly a cloud specifier. Part of the URL you use to log in to Snowflake, minus the |
Database | Yes | Required. Database that contains the source table. |
Schema | Yes | Required. Schema that contains the source table. |
Warehouse | Yes | Optional. Warehouse to use for the data unload operation (i.e. compute resources). |
Role | Yes | Optional. Role to use (e.g. |
Source Type | Yes | Required. The source of the data to load. Possible values: |
Source Query | Yes | Optional. SQL query which specifies an explicit set of fields/columns (separated by commas) to unload from the table. |
Destination/Stage Location | Yes | Required. Internal or external location where the files containing data are saved. Examples of internal locations formats: @~[/{path}]
@[{namespace}.]{int_stage_name}[/{path}]
@[{namespace}.]%{table_name}[/{path}] Examples of external locations formats: @[{namespace}.]{ext_stage_name}[/{path}]
s3://{bucket}[/{path}]
gcs://{bucket}[/{path}]
azure://{account}.blob.core.windows.net/{container}[/{path}] |
Credentials
Property | Macro Enabled? | Description |
---|---|---|
Username | Yes | Optional. Username to use to connect to your Snowflake account. |
Password | Yes | Optional. Password to use to connect to your Snowflake account. Not necessary for key pair or OAuth2 authentication. |
Key Pair Authentication
Property | Macro Enabled? | Description |
---|---|---|
Key Pair Authentication Enabled | No | Optional. If true, the plugin will perform key pair authentication. Default is False. |
Private Key | Yes | Optional. Private key contents. |
Key File Passphrase | Yes | Optional. Passphrase for the private key file. |
OAuth2
To use OAuth2, you must create a snowflake security integration for it. For more information, see Introduction to OAuth in Snowflake.
Property | Macro Enabled? | Description |
---|---|---|
OAuth2 Enabled | No | Optional. If true, the plugin will perform OAuth2 authentication. Default is False. |
Client ID | Yes | Optional. Client ID obtained via system function SYSTEM$SHOW_OAUTH_CLIENT_SECRETS. |
Client Secret | Yes | Optional. Client secret obtained via system function SYSTEM$SHOW_OAUTH_CLIENT_SECRETS. |
Refresh Token | Yes | Optional. Token used to receive accessToken, which is end product of OAuth2. Must be generated by user. |
Cloud Provider Parameters
More information on this section can be found on the official site.
Property | Macro Enabled? | Description |
---|---|---|
Use Cloud Provider Parameters | Yes | If true, plugin will use cloud provider parameters to authenticate to source path. Required only for loading from an external private/protected cloud storage location. Not required for public buckets/containers. Default is False. |
Cloud Provider |
| Optional. Cloud provider name. Possible values: Default is NONE. |
Storage Integration |
| Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity. For more details, see CREATE STORAGE INTEGRATION. Note. We highly recommend the use of storage integrations. This avoids the need to supply cloud storage when creating stages or loading data. |
Files Encrypted | Yes | If true, plugin will perform loading from encrypted files. Default is False. |
Encryption type | Yes | Encryption of the files. Possible values:
|
Master Key | Yes | Client-side master key that Snowflake uses to encrypt the files containing the unloaded data. The master key must be a 128-bit or 256-bit key in Base64-encoded form. Required by |
KMS Key Id | Yes | ID for the KMS-managed key that is used to encrypt files unloaded into the bucket. If no value is provided, your default KMS key ID is used to encrypt files on unload. The value is optionally and used by the following encryption types: |
Amazon S3 specific properties |
|
|
Key Id | Yes | Amazon key ID. |
Secret Key | Yes | Amazon secret key. |
Token | Yes | Amazon token. |
Microsoft Azure specific properties |
|
|
SAS Token | Yes | SAS (shared access signature) token for connecting to Azure and accessing the private/protected container where the files containing data are staged. Credentials are generated by Azure. |
File Format
Property | Macro Enabled? | Description |
---|---|---|
File Format Filtering Policy | Yes | Policy used to filter source files. Possible value:
|
Format Name | Yes | Existing named file format to use for loading data into the table. The named file format determines the format type (CSV, JSON, etc.), as well as any other format options, for the data files. For more information, see CREATE FILE FORMAT. |
Format Type | Yes | Type of files to load into the table. Supported values: CSV, JSON, AVRO, ORC, PARQUET, XML. |
Format Type Options | Yes | Depending on the file format type specified ( |