Add version tags to workbooks, data models, and reports
Add a tag to a version of a workbook, data model, or report, to create a read-only view of that document version. You can then share the tagged version with another team for their exclusive use, embed the tagged version of the document in your application, or implement a development lifecycle with version control using tagged versions.
When you tag a workbook, data model, or report version, you can continue iterating on the source document in a typical draft and publish workflow, without affecting the tagged version. For more details, see Version tagging workflow.
You can tag multiple versions of a workbook, data model, or report, but you cannot have multiple versions of a document tagged with the same tag.
Admins can create and manage version tags, including creating protected tags that require an approval flow. See Create and manage version tags.
Version tagging workflow
All workbooks, data models, and reports have published versions and drafts. All changes made to a document are visible in the version history.
You can tag a specific document version to indicate something about the status of that document version. For example, tag a version of a workbook or report to indicate that the contents need to be reviewed for accuracy, or that it is ready to be used in production.
You can also tag data models, and use a similar workflow to tag specific data model versions for testing or production use.
You can continue iterating on the draft while a tagged version is being reviewed. Changes made to the draft or published version do not affect the tagged version. See Make changes to a tagged document version for more details.
How version tagging affects datasets and data models
When you tag a workbook version that uses a dataset as the data source, a copy of the dataset version in use is created to use with the tagged workbook version. The dataset associated with the tagged workbook version no longer updates even if changes are made to the original dataset, effectively freezing the version of the dataset that was in use when the workbook version was tagged. The data source itself is not affected in any way by a version tag.
Documents that use a data model as the data source work differently. For example, when you tag a document version that uses a data model as the data source, the workbook version is tagged but the data model version is not. Any future changes made to the data model, such as adding new columns or changing the data type of an existing column, are synced with the versions of the workbook that depend on the data model.
If you want to "freeze" the data model used as the data source of a tagged version of a document, you can tag both the data model and the document, and use the tagged data model as the data source for the tagged version of the workbook. See Swap the source of a tagged document version.
Embedding tagged workbook and report versions
If you embed your workbook or report, you can use version tags to manage promoting content between environments. For example, use "test" and "production" tags to help manage changes and protect the version that is used in production. You can then use a link directly to a tagged version in your embed. See Link to a tagged version of a document.
For more details about version tag workflows and restricting access to tagged versions of documents, see Make changes to a tagged document version and Share tagged versions of a document.
For details about creating tags and protecting tags to enforce a request approval flow, see Create and manage version tags.
If you want to integrate version tagging in Sigma with the source control platforms already integrated with your development workflow, you can use the Sigma REST API. For a recipe, see QuickStart - Embedding 10: Version Tagging.
Version tagging and materialization
When you tag a version of your workbook or report that relies on a materialized data source, the tagged version might not use the materialized data source.
- Materialized dataset: The materialized dataset is not used by the tagged version of the workbook or report. Instead, the tagged version of the document relies on a copy of the dataset made when the tag was applied.
- Materialized data model: The materialized data model is used by the tagged version of the workbook or report. If the document uses a tagged version of the data model, materialize the elements in the tagged version of the data model. See Schedule materialization for a version-tagged data model.
| Object | Is materialized version used? | Details |
|---|---|---|
| Dataset | The tagged version of the workbook uses a copy of the dataset instead of the original dataset. | |
| Data model | The tagged version of the document uses the data model, remaining in sync with any changes made to the data model and using the materialized results. | |
| Tagged data model | The tagged version of the document uses a tagged version of the data model. If a materialization schedule is set up for elements in the tagged version of the data model, the materialized data is used. |
See About materialization for more details on materialization.
Tag a workbook, data model, or report version
You can tag a version of a workbook, data model or report. When you tag a document, you create a read-only version of the document that you can then share with others or embed.
Tagged versions of data models are not available to Ask Sigma. If an admin chooses a data model to include in the data sources available to Ask Sigma, only the published version of that data model is available, and only users who have access to the published version can receive answers from Ask Sigma that reference that data model. For more information, see Configure AI features for your organization.
User requirements
To tag a document version, the following must be true:
- You are granted Can Edit permissions on the document.
- You are granted an account type with the Apply Tag permission enabled.
- Depending on the document type you want to tag, your account must have the following account type permissions enabled:
- For workbooks: The Create, edit, and publish workbooks permission.
- For reports: The Create, edit, and publish reports permission.
- For data models: The Create, edit, and publish data models permission.
Some tags might be protected and require additional permissions to set on a document. To set a protected tag, you must also be assigned the Admin account type or be granted access to set the protected tag. If you do not have access to set the protected tag, you can send a request for it to be added. See Create and manage version tags.
Set a tag on a document
To set a tag on a document, follow these steps.
-
Open the document and locate the version that you want to tag:
-
To tag the latest published version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Tag this version. If the document is in draft and has unpublished edits, you instead see Tag latest published version.
- Next to the document name, click the down arrow (
-
To tag a specific version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Version history, then locate the version you want to tag.
- Click
More > Set tag on this version.
- Next to the document name, click the down arrow (
The Set tag on version modal appears.
-
-
For Choose tag, select a tag.
If you choose a protected tag that you do not have permission to apply, you're prompted to send a request to approvers for the tag:
-
For Request reason, enter a message to include in the email request to justify why you want to apply the protected tag to the document.
-
Click Request tag on version.
Sigma sends an email to users that can approve the request.
-
-
(Optional) If you want the tagged version of the document to use a different data source, select the checkbox for Swap sources of the tagged version. For example, use a different connection, database or catalog, table, data model, or dataset for the tagged version. See Swap the source of a tagged document version.
Source swapping is not supported for tables created from CSV uploads. However, it is supported for input tables created from CSV uploads. For more information, see Use input tables with version tagging.
-
(Optional) If you want users that only have access to the tagged version of the document to open the tagged version by default, select the checkbox for Set this tag as default. See Set a default version tag for a document.
-
For a version tagged workbook or report, you can select the checkbox for Allow user to use data sources when they "Save as". When you select this checkbox, users with access to the tagged version of the document gain access to data sources in the following ways:
- For datasets and tables sourced directly from a connection, users inherit Can view access.
- If the document uses one or more data models, you must grant users Can view access to the data model. See Share the data model.
If this checkbox is not selected, users access the tagged version of the document without data.
-
Click Set tag.
For input tables with data entry permissions set to Only editable in draft, data is copied to the tagged version. For input tables with data entry permissions set to Only editable in published version, data is not copied to the tagged version when applying the tag. For more information, see Data entry permissions and input table version tagging.
Set a default version tag for a document
When you apply a tag to a document, you can set the tag as the default. The default tag determines what version of a document is displayed by default to a user who does not have access to the published version. If a user does have access to the published version, the published version takes precedence over the default tag.
If a user does not have access to the published version of a document and there is no default version tag set, the document loads the latest created tagged version that the user has access to.
Any user with Can edit access to a document can set a tag as the default:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Version history.
- Locate the tagged version that you want to set as a default version, then select
More.
- Click Set tag as default.
To remove a tag as default without replacing it with a different default tag, follow these steps:
-
Next to the document name, click the down arrow (
) to open the document menu.
-
Select Versions > Version history.
-
Next to the default version tag, select
More.
-
Click Remove as default.
Remove a tag from a document version
When you remove a tag from a version of a workbook, data model, or report, the version is still accessible from the version history, but anyone who only has access to the tagged version of the document loses access to the document.
You might remove a tag from a document version if you tagged the wrong document version or if you want to restrict access to users that only have access to the tagged version. If you want to update a tagged version, see Make changes to a tagged document version in this document.
To remove a tag from a document version:
-
Next to the document name, click the down arrow (
) to open the document menu.
-
Select Versions > Version history.
To collapse the details changes for each version, select the down arrow next to the most recent version.
-
Locate the tagged version and select
More > Remove this tag.
The tagged version is shown on the canvas when you remove the tag.
Swap the source of a tagged document version
If your workbook or report contains elements from multiple data sources, you cannot swap the source of the tagged workbook version.
To swap the source of a tagged document version, for example to use a test data connection for a workbook tagged "testing" and swap to a production data connection for a workbook tagged "production", follow these steps. The steps are different if your document uses a data model for the data source or not:
- Swap the data model source used by a tagged document version.
- Swap the dataset or connection source used by a tagged document version.
For more details about changing a document data source, see Change the data source for a workbook, data model, or element.
Swap the data model source used by a tagged document version
If your document (like a workbook or report) uses a data model as the data source, and you want the tagged version to use a different data source than the published version, first tag the data model and swap the source of the tagged data model, then tag the workbook or report and use the tagged data model as the source.
If the data model used by the workbook or report as a data source is based on another data model, tag the source data model as well.
If you swap the connection used by a data source, swapping the source by tagging a data model version instead of a workbook version helps you more easily manage and control access to data sources.
Tag the data model and swap the source
-
Open the data model for editing, then choose the version to tag:
-
To tag the latest published version of the data model:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Tag this version. If the document is in draft and has unpublished edits, you instead see Tag latest published version.
- Next to the document name, click the down arrow (
-
To tag a specific version of the data model:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Version history, then locate the version you want to tag.
- Click
More > Set tag on this version.
- Next to the document name, click the down arrow (
The Set tag on version modal appears.
-
-
For Choose tag, choose a tag to apply to the data model. Choose the same tag that you plan to use with the report or workbook.
-
Select the checkbox for Swap sources of the tagged version.
-
Click Set tag.
-
In the Swap sources modal, in Sources of tagged data model, select a new data source to use for the tagged version. If you want to instead change the database or catalog, schema, or table, hover over the current object name, then click Select and choose a different object, then click Confirm.
-
Select Swap and tag.
Tag the workbook or report and swap the source to the tagged data model
-
Open the workbook or report for editing, then choose the version to tag:
-
To tag the latest published version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Tag this version. If the document is in draft and has unpublished edits, you instead see Tag latest published version.
- Next to the document name, click the down arrow (
-
To tag a specific version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Version history, then locate the version you want to tag.
- Click
More > Set tag on this version.
- Next to the document name, click the down arrow (
The Set tag on version modal appears.
-
-
For Choose tag, choose the tag to apply to the version of the workbook or report.
-
Select the checkbox for Swap sources of the tagged version.
-
Click Set tag.
-
In the Swap sources modal, for Sources of tagged workbook/report open the drop-down menu and choose the corresponding tagged version of the data model.
If the workbook or report contains multiple data sources from the same connection, you see the option to swap sources for each data source. -
Select Swap and tag.
Swap the dataset or connection source used by a tagged workbook or report version
To select a different connection path, database, or schema for a tagged workbook or report version, do the following:
-
Open the workbook or report for editing, then choose the version to tag:
-
To tag the latest published version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Tag this version. If the document is in draft and has unpublished edits, you instead see Tag latest published version.
- Next to the document name, click the down arrow (
-
To tag a specific version of the document:
- Next to the document name, click the down arrow (
) to open the document menu.
- Select Versions > Version history, then locate the version you want to tag.
- Click
More > Set tag on this version.
- Next to the document name, click the down arrow (
The Set tag on version modal appears.
-
-
For Choose tag, choose the tag to apply to the workbook or report version.
-
Select the checkbox for Swap sources of the tagged version, then click Set tag
-
In the Swap sources modal, in Sources of tagged data model, select a new data source to use for the tagged version. If you want to instead change the database or catalog, schema, or table, hover over the current object name, then click Select and choose a different object, then click Confirm.
-
Click Swap and tag.
The tagged version of the workbook or report is updated to use the new connection. If your workbook or report uses a dataset, a copy of the dataset is created on the new connection.
Make changes to a tagged document version
If you want to make changes to a tagged version of a workbook or report, you must first return the tagged version to a draft, then make changes, publish the changes, and re-tag the version.
For example, if you follow a development lifecycle where you tag a workbook version with the "testing" tag before tagging a workbook with the "production" tag to indicate that it is ready to use in production, you might want to iterate on the testing tag.
To update the "testing" tagged version of the workbook or report, do the following:
-
Open the document for editing.
-
Next to the document name, click the down arrow (
) to open the document menu.
-
Select Versions > Version history.
-
Locate the tagged version and select the date of the associated version to open it.
-
For the version, select
More > Restore version as draft.
-
Make your desired changes in the draft.
-
When you finish making changes, publish your changes.
-
Reopen the version history by clicking the down arrow (
) to open the document menu, then selecting Versions > Version history.
In the version history, you see a line item for Restored version from <date>, then additional changes listed above that version.
-
For the latest published version that contains your changes, select
More > Set tag on this version.
The latest version is tagged, and the contents are updated to match. The version that was previously tagged is listed with a grayed-out version of the version tag.
Do not remove the testing tag from the previous version. If you do so, anyone that has access only to that tagged version of the document will lose access. If you re-tag a different version, sharing is preserved.
If you had other changes that you want to preserve and continue working with, return to the version before you restored the tagged version as the latest draft, and select More > Restore version as draft.
Update a tagged version to use another tag
For example, if you want to promote a tagged workbook version from the "staging" version tag to the "production" version tag, do the following:
-
Open the document for editing.
-
Next to the document name, click the down arrow (
) to open the document menu.
-
Select Versions, then choose the tag that you want to view. For example, "Staging".
The tagged version opens.
-
Open the document menu, then choose Versions > Tag this version.
The Set tag on version modal opens.
-
In the modal, select any relevant options, then select Set tag.
The "Production" tag is added to the version.
-
Next, remove the "Staging" tag from the version. Open the document menu, then select Versions > Version history.
-
In the version history, locate the version with the "Staging" tag applied, then select
More > Remove this tag.
-
In the modal, acknowledge that users granted access only to this tagged version, or embeds that use the link to the tagged version, lose access to the tagged version after removing the tag by selecting Remove.
The version appears with a current tag of "Production" and a previous tag of "Staging".
Restrict access to a folder using a version tag
If you use version tags to manage access to documents, you can set up a workspace or folder to manage access more easily.
You can share a workspace or folder with a user or teams, and grant those users or teams access to a specific tag. If you do so, workbooks, data models, or reports in that workspace or folder must have that tag applied to be accessible to those users or teams.
For example, if you have a sales organization that covers 5 regions, you can create a workspace for each region and grant each sales team Can explore access to their workspace with a tag for their region:
If you do so, all documents in the workspace must have a corresponding tagged version. In this example, all workbooks in the Sales US-East workspace must have a version tagged East so that the members of the Sales US-East team can view and explore the East versions of the workbooks.
If you grant elevated permissions on the workspace to the team members, such as Can contribute or Can manage, those team members can access all versions of documents in the workspace.
Permissions set at the workspace and folder level are inherited by the documents in the workspace or folder. For more details, see Share a folder.
Link to a tagged version of a document
If you want to link directly to a tagged version of a document, for example to embed the tagged version of a workbook, reference the tag name in the URL.
For example, if you add a staging tag to a workbook, the URL for the workbook version tagged with staging contains the following:
/workbook/My-Workbook-{workbook_id}/tag/staging
To securely embed the tagged version of the workbook, use the URL containing the tag name.
The same construct applies for public embeds. The staging tag is appended to the URL:
/embed/{embed_id}/tag/staging
Like other URL parameters, version tag names with a space or special characters are encoded. For example, staging%20copy for a version tag named "Staging Copy". See Embed URL parameters.
Updated 2 days ago
