Examine dataset queries (Deprecated)

🚩

Datasets are deprecated. Starting June 2, 2026, you will no longer be able to create datasets or edit existing datasets. Migrate your datasets to data models and update any documents that use datasets as a data source to use a different source. See Migrate a dataset to a data model.

View recent queries

The query history modal displays recent queries run from your open document within the existing session.

Your document’s individual query list will automatically show each query’s status, action type, start time and run time.

  1. Open your dataset's worksheet tab.
  2. Click the caret icon next to the refresh button all the way to the left in your dataset’s toolbar.
  3. Click Query history....

View an individual query

  1. Open your dataset's Worksheet tab.
  2. Click the caret icon next to the refresh button all the way to the left in your dataset’s toolbar.
  3. Click Query history....
  4. Click the query you plan to examine.
  5. Explore the query detail view:
    • View and copy the Sigma generated SQL.
    • If the query failed, an error will also be displayed below Query Details.

Query status types

These are the possible query status types within Sigma:

completed CompletedYour query ran successfully!
running RunningYour query is currently running.
error ErroredSomething is wrong. Open the query detail view to see the error message.
paused PausedQueries on your document are paused. To restart queries, click Play in your document toolbar.
CanceledThe query is canceled. This can happen if additional changes are made to your document before the query runs. In this situation, Sigma runs only the new query.
📘

By default, Sigma sets query timeouts to 120 seconds (2 minutes). Users assigned the Admin account type have the option to customize this for each connection.

Query runtime breakdown

A detailed query runtime breakdown is available for successfully completed and timed out queries. Query runtimes can vary due to network traffic, queue delay, or data warehouse processing time. Sigma’s runtime breakdown allows you to see if and when your query encountered delays.

The runtime is broken into three parts:

Queue durationThe amount of time the query sits in Sigma’s queue before being sent to the warehouse.
Sigma runtimeThe amount of time Sigma takes to process the query, excluding queue duration and warehouse time.
Warehouse runtimeThe amount of time between when Sigma sends a request to your data warehouse and when it gets a response back. This is roughly the amount of time the warehouse spent running your query.

Incomplete queries do not display a detailed runtime breakdown. This feature is also not available for download/export requests.

Pause and resume queries

You can pause queries to make changes to your document without automatically running queries against your warehouse.

  1. Open your dataset's Worksheet tab.
  2. Click the caret icon next to the refresh/play button all the way to the left in your dataset’s toolbar.
  3. Click Pause queries or Resume queries.