What's new in Sigma
AI apps
CSV upload using customer-owned cloud storage (GA)
CSV upload using a customer-owned cloud storage data flow is now generally available. This option offers an alternative to the default data flow through Sigma's infrastructure.
When customer-owned cloud storage is enabled, raw and processed CSV files are staged in a customer-owned bucket (instead of a Sigma-owned bucket) before loading to the data platform. Your company controls the bucket region, access, TTL, etc., helping your organization meet security and compliance requirements.
For more information, see Configure CSV upload and storage options and Configure storage integration using customer-owned bucket.
Data modeling
Validate content in a data model (GA)
When you make changes to a data model, those changes affect users of workbooks that use the data model as a source. You can now validate content to prevent breaking changes to those workbooks. Instead of manually replacing and updating deleted or changed columns, elements, metrics, and relationships in affected documents, you can validate content in the data model and prevent these errors.
For details, see Validate content in a data model and Sync a draft with the latest published version.
Embeds
New option for workbook:mode:update inbound JavaScript event
workbook:mode:update inbound JavaScript eventThe workbook:mode:update inbound JavaScript event now supports edit as a mode.
For more details, see Inbound event reference.
Reports
Create pixel-perfect reports (GA)
Creating reports in Sigma to generate predictable and pixel-perfect exports is now generally available. In addition to existing formatting, pagination, export, and embedding abilities, the following functionality is now available:
- Creating report templates and sharing them with users both within and outside your organization.
- Adding version tags to reports, including input table version tagging support.
For more information about reports, see Reports overview and Tutorial: Build and export a sales report.
New report API endpoints
The following endpoints are now available:
- Create a report (
POST /v2/reports) - List reports (
GET /v2/reports) - Get a report (
GET /v2/reports/{reportId}) - List report sources (
GET /v2/reports/{reportId}/sources) - Duplicate a report (
POST /v2/reports/{reportId}/copy)
Export endpoints
- Export data from a report (
POST /v2/reports/{reportId}/export) - Export a report (
POST /v2/reports/{reportId}/send)
Export schedules endpoints
- List scheduled report exports (
GET /v2/reports/{reportId}/schedules) - Add report schedule (
POST /v2/reports/{reportId}/schedules) - Update a report schedule (
PATCH /v2/reports/{reportId}/schedules/{scheduleId}) - Delete a scheduled export for a report (
DELETE /v2/reports/{reportId}/schedules/{scheduleId})
Bug fixes
- When you create a metric that uses a column with column-level security configured, the metric no longer displays as an error to unauthorized users and is instead only visible to users with access to the column.
