---
title: "Export Pigment data to Snowflake"
slug: "export-snowflake"
updated: 2025-05-30T13:33:45Z
published: 2025-08-22T11:56:47Z
---

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

# Export Pigment data to Snowflake

You can transfer data from your Pigment Views, Lists, Metrics, and Tables to Snowflake with our REST API.

First, you export your data from Pigment to your cloud server, for example Google Cloud Storage, Microsoft Azure, or Amazon Web Services. Next, you export your data from your cloud storage to your Snowflake warehouse.

## Recommended reading

In case you need it, we’ve compiled some useful background information for you:

- [How to export data from Pigment with APIs](/v1/docs/export-data-with-apis)
- [How to trigger an import with APIs](/v1/docs/trigger-import-apis)

## Before you begin

Before you start your export, we recommend that you complete the following tasks in Snowflake and Pigment.

### Snowflake

- You need a Snowflake account to perform this export.
- Consult with your Snowflake admin to ensure a successful export workflow.

### Pigment

> [!WARNING]
> **⚠️****Important**
> 
> Only Pigment members with the account type Workspace Admin or Security Admin can access the [Access API key management page](/v1/docs/manage-api-keys) and manage API keys.

- Obtain your export API key. This is explained in [Manage API Keys](/v1/docs/manage-api-keys).
- Obtain your View ID. This is explained in [How to export data from Pigment with APIs](/v1/docs/export-data-with-apis).
- Obtain your List, Metric, or Table IDs. This is explained in [Export raw data from a Pigment Block](/v1/docs/raw-data-block).

## Export data from Pigment to your cloud platform

To export your Pigment data to your required cloud platform, take a look at the information below:

- [Export Pigment data to Amazon S3](/v1/docs/export-amazon-s3)
- [Export Pigment data to Google Cloud Storage](/v1/docs/export-google-cloud-storage)
- [Export Pigment data to Microsoft Azure](/v1/docs/export-microsoft-azure)

## Export data from your cloud platform to Snowflake

To export your Pigment data from your required cloud platform to Snowflake, take a look at the information below:

- [Amazon S3](https://docs.snowflake.com/en/user-guide/data-load-s3)
- [Google Cloud Storage](https://docs.snowflake.com/en/user-guide/data-load-gcs)
- [Microsoft Azure](https://docs.snowflake.com/en/user-guide/data-load-azure)

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
