# Snowflake

Configure Snowflake as a destination for the Lumel Planning sheet writeback.

**Prerequisite:** Certain Lumel IP addresses need to be whitelisted in the firewall for the application to reach the configured server.

Detailed help instructions, whitelisting procedures, and other details are available on the Lumel application with links as shown below:

<figure><img src="/files/3072h2Bw2xWVm4zjylnq" alt=""><figcaption><p>Snowflake as destination</p></figcaption></figure>

The following details must be entered:

* Account
* Role—ensure the role has 'USAGE' and 'CREATE TABLE' permissions
* Warehouse
* Database
* Schema
* Username
* Password
* Whether you want to use encrypted connection (Y/N)
* Table Name
* Whether you want to enable temporary Staging Table (Y/N)
* Staging Table Name

<figure><img src="/files/bIcDbLYBGsozLG24rInU" alt=""><figcaption><p>Configure destination details</p></figcaption></figure>

{% hint style="info" %}
To enhance the performance of inserts and updates in the destination database, enable the **Temporary Staging Table** option to leverage a temporary staging table during writeback. This is recommended for large payloads of size more than 50,000 records.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/planning/data-writeback/destinations/snowflake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
