What's new in Sigma

Admin

Connect multiple Sigma organizations to one Slack workspace

You can now connect multiple Sigma organizations to the same Slack workspace.

See Manage Slack integration for more information.

AI

Build workbooks and analyze data in ChatGPT using the Sigma plugin

You can use the Sigma plugin for ChatGPT to search, explore, and analyze your data using natural language. When you’re ready to save and share your analysis, the plugin can build a workbook in Sigma.

For more information on installing and using the plugin, see Use the Sigma plugin for ChatGPT.

API

Request and grant access to API connectors

Users can now view an overview of all API connectors in their organization and request access to specific connectors. Admins or users with appropriate permissions can approve or deny these requests.

See Manage API credential and connection access for more information.

New API endpoint to configure an AI provider

The following endpoint is now available to configure an AI provider for an organization in Sigma:

New API endpoint to list API credentials

The following endpoint is now available to list API credentials in Sigma:

The response includes the client ID, owner ID, and scopes of the credential, among other details. The client secret is not returned.

New API endpoint to update permissions for an account type

The following endpoint is now available to update permissions for an account type in Sigma:

Add or remove permissions from an account type to turn on or turn off access to functionality. Because the license associated with the account type permissions can change depending on the selected permissions, the license type is also included in the response.

New API endpoint to manage team admins

The following endpoint is now available to manage team admins for a team in Sigma:

New API endpoint to update a user attribute

The following endpoints are now available to update the name, description, or default value of a user attribute in Sigma:

New API endpoints to manage comment settings

The following endpoints are now available to manage comment settings for an organization in Sigma:

You can use these endpoints to programmatically turn on or off commenting or annotating images in comments for an organization.

New API endpoints to manage the time zone for an organization

The following endpoints are now available to manage the configured time zone for an organization in Sigma:

New API endpoints to manage sample connections

The following endpoints are now available to manage sample connections for an organization in Sigma:

New options for the Update a tag endpoint

The Update a tag (PATCH /v2/tags/:tagId) endpoint includes new options to update the description and color of a version tag.

New options available for connections endpoints

For Databricks connections, the Get connection details (GET /v2/connections/{connectionId}), List connections (GET /v2/connections), Create a connection (POST /v2/connections), and Update a connection (PUT /v2/connections/:connectionId) endpoints now include the following fields:

  • enableHiveMetastore
  • usePython
  • pythonComputeClusterId

Use these options to configure the Hive metastore and Python features for a Databricks connection programatically.

Workbook features

Databricks support for actions that call stored procedures

Creating actions that call stored procedures is now supported for Databricks connections.

Bug fixes and improvements

  • Materializations that are unable to complete due to an in-progress materialization no longer display as failed and instead indicate they were skipped.
  • Improved performance when editing large input tables.