Export to cloud storage (Beta)

πŸ“˜

This feature is currently in beta. Beta features are subject to quick, iterative changes. As a result, this document may not reflect the most current version.

The data for elements in workbooks can be exported to Amazon Simple Storage Service (AWS S3), Google Cloud Storage (GCS), or Microsoft Azure Blob Storage (Azure). Cloud storage is particularly useful for large multi-GB data exports.

User requirements

The ability to export workbooks to cloud storage requires the following:

  • The workbook's data source must originate from a Snowflake connection.
  • You must be assigned an account type with the Export to cloud permission enabled.
  • You must be the workbook owner or be granted Can explore or Can edit workbook permission.

Supported file types and export limits

Supported file types: CSV (.csv)

GZIP compressions: supported (.csv.gz)

Export file size limit: 5 GB

Note: the data is directly unloaded from Snowflake to your cloud storage bucket as a single file. Because of this, the data won't have the same formatting you see within the Sigma app.

Configure cloud storage

Before you can export to cloud storage within Sigma, set up your Snowflake storage integration. Please follow Snowflake’s instructions to create your storage integration for either AWS S3, GCS, or Azure.

AWS S3

Format a destination URI

A URI represents your export’s target file path in your cloud storage provider.

Use the following template to format your URI:

<schema>://<bucket>/<filepath>/<filename><filetype><compression>

Schema: β€œs3” if exporting to AWS S3, β€œgcs” if exporting to GCS, and "azure" if exporting to Azure

Bucket: the highest level storage object supported by cloud storage provider; can be thought of as a root folder

File Path (optional): target subdirectories in the bucket. If this value is excluded, your files will be added directly to the root of your bucket.

File Type:Β  β€œ.csv”

Compression (optional): can only be β€œ.gz”

Example URI

s3://my-sigma-bucket/cloud-exports/sales.csv.gz

If your URI is identical to an existing file in the bucket, the file will be overwritten.

Send an export to cloud storage as needed

  1. From the workbook header menu (β–Ό), select Send now.
    The Send Now modal opens, with email as the default destination.
    This option is only available from a workbook's latest published or tagged version. If the menu item is disabled the workbook is in Edit mode. Either publish your draft or return to the latest published or tagged version of the workbook before attempting to send an email.
  2. Change Destination to Cloud Storage.
    The modal changes to show fields specific to the cloud storage integration.
    send-now-cloud-storage.png
  3. Enter the name of your Snowflake storage integration in the Storage Integration field.
  4. Enter your destination URI in the Destination Cloud Storage URI field, as previously mentioned at Format a destination URI.
  5. Select the workbook element to export from the Element menu.
  6. Select a Format, either CSV or CSV, gzipped.
  7. Click Send.
    Sigma sends an export confirmation to your email.

Schedule a cloud storage export

  1. From the workbook header menu (β–Ό), select Schedule exports.
    Sigma opens the Schedule Exports modal.
  2. a. If this is the workbook's first schedule, click Add Schedule.
    b. If one or more schedules already exist, click + New Schedule.The New schedule dialog opens.
  3. For Destination, select Cloud Export.
    The modal changes to show fields specific to the cloud storage integration.
    schedule-exports-cloud-top.png
  4. Enter a Schedule Name.
  5. Enter a Send condition.
  6. For Storage Integration, enter the name of your Snowflake Storage Integration. See Configure cloud storage.
  7. Enter your destination URI in the Destination Cloud Storage URI field, as previously mentioned at Format a destination URI.
  8. Select the workbook element to export from the Element menu.
  9. Select a Format, either CSV or CSV, gzipped.
  10. (Optional) Select Prefix filename with the current date. If this option is not selected, the URI targeted file will be rewritten to the newest version on each scheduled export.
  11. Set the delivery schedule.
    • For Repeat by select a schedule option: Day/Week, Month or Custom.
    • From the Timezone, select a time zone.
    • Setting a schedule's frequency depends on the Repeat by selection.
      • Day/Week: pick the schedule's day or days of the week (On days), how often on a day (Occurrence) and time of day (At).
      • Month: Select the Day of month (1-31) and time (At).
      • Custom: Enter a raw cron string value. For more information see Set up a custom delivery schedule.
  12. (Optional) Select one or more workbook controls to apply to the exported content. For more information see Apply control values to scheduled reports.
    • In the search box below Controls, search for and select the control by control ID.
    • Select the control value(s) to apply to the scheduled export.
    • Repeat this step to add additional controls.
  13. (Optional) Select your preferred send conditions. For more information see Schedule exports using conditions.
  14. Click Create Schedule.