Data freshness
Learn how Sigma and Data Pipeline handle data.
Sigma and Data Pipeline allow you to analyse and export the same underlying data that’s accessible through the Stripe API, but through different interfaces. While the Stripe API provides programmatic access to your data, Sigma offers a SQL-based interface for custom queries and analysis, and Data Pipeline enables bulk data exports.
Additionally, Sigma and Data Pipeline provide access to certain data that isn’t available through the Stripe API, such as reports.
Data freshness
Sigma and Data Pipeline make most of your transaction data available to query within one day.
Data schema
You can view the complete schema, which closely follows our API conventions, in a split-view format that shows details on table relationships. It displays all the available data that you can use in your queries, organised by category. Each category contains a set of tables that represents the available data. Many tables correspond to specific API objects, with each column representing a reported attribute. For example, the charges
table represents information about Charge objects, which appears in the Payments section of the Dashboard.
You can select a table to expand it and reveal its available columns, along with a description of the type of data it contains (for example, Boolean
, Varchar
, and Foreign key
). Hover the cursor over any column to reveal a description. Use the search field at the top of the schema to find specific tables and columns. When writing queries, refer to our API reference for additional context and values.
Dataset freshness
View the following tables for information on data freshness for specific datasets: