> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Snowflake

> Template Provider is a template for newly added provider's documentation

## Authentication

This provider requires authentication.

* **user**: Snowflake user (required: True, sensitive: False)
* **account**: Snowflake account (required: True, sensitive: False)
* **pkey**: Snowflake private key (required: True, sensitive: True)
* **pkey\_passphrase**: Snowflake password (required: False, sensitive: True)

## In workflows

This provider can be used in workflows.

As "step" to query data, example:

```yaml theme={null}
steps:
    - name: Query snowflake
      provider: snowflake
      config: "{{ provider.my_provider_name }}"
      with:
        query: {value}  # query to execute
```

If you need workflow examples with this provider, please raise a [GitHub issue](https://github.com/keephq/keep/issues).
