Manage Data Sets
This section displays credited options available for a Data Set.
Use the Options context menu to manage an existing Data Set—edit, publish, version, share, and more.
Accessing the Data Sets Options
Navigation path: Data Center → Standard Connectors → Data Sets List → Vertical Ellipsis () → Options for a Data Set
Open Data Center > Standard Connectors > Data Sets.
Select a Data Connector.
The Data Sets tab lists all Data Sets created using that connector.
Locate your Data Set and click the Vertical Ellipsis (
) icon next to it.
The Options context menu appears for that Data Set.
Supported Options for a Data Set are:
Create Widget- Redirects to create a Widget
Create Data Form - Redirects to create a Data Form
Create Data As API - Redirects to create a Data As API
Create Data Preparation - Redirects to the Data Preparation module to prepare data.
Pull From VCS - Pulls a version from the VCS
Push to VCS - Pushes a new version to the VCS
Publish - Publishes the Data Set
Share - Redirects to the Manage Access window to share the Data Set
Edit - Opens the Data Set form with editable fields to modify
Delete - Removes the selected Data Set
Push to VCS (Data Sets)
Use Push to VCS to version a Data Set and store its latest snapshot in your Git-backed Version Control System. When teammates later Pull from VCS, they’ll see your Commit message alongside each version for quick context.
Prerequisites:
You can access Data Center → Data Sets.
The Data Set is saved, and you have permission to push versions.
VCS/Git integration is configured for your environment.
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Push to VCS
Steps: Push a version of a Data Set to VCS
Open Data Center → Data Sets and locate the target Data Set.
Click the Push to VCS icon next to the Data Set. Result: The Push into Version Controlling System dialog opens.
Enter a Commit message.
This message is saved as the label for the version in the VCS.
Required: The Push button is enabled only after you enter a message.
Click Push.
What happens next
The Data Set’s state (definition, query, metadata) is stored as a new version in Git.
Teammates will see your Commit message when they pull from VCS, helping them choose the correct version.
Best practices
Write clear, concise commit messages (e.g., “Add @region@ filter; fix JOIN to sales_fact”).
Push after meaningful changes so the history remains useful.
Pair pushes with Publish only after validation if downstream dashboards depend on the Data Set.
Troubleshooting
Push button disabled: Enter a Commit message.
Auth/repo errors: Verify VCS credentials and repository configuration with your admin.
Unexpected content after pull: Ensure you pushed the intended Data Set and version; review commit messages to confirm.
Pull from VCS (Data Sets)
Retrieve a previously saved version of a Data Set from your Git-backed Version Control System.
Prerequisites:
VCS/Git integration is configured.
The Data Set has at least one version pushed to VCS.
You have permission to pull from VCS.
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Pull from VCS
Steps: Pull a Data Set version
Go to Data Center → Data Sets and locate the target Data Set (one that has versions in VCS).
Click Pull from VCS (action icon).
The Pull from Version Controlling System dialog opens, listing versions with metadata:
Select: A Checkbox to choose a version.
Version: Version label (e.g., V1, V2, …).
Commit: Commit message (helps identify the change).
Commit time: Date & time the version was committed.
Committed By: User who pushed the version.
Check the box next to the version you want.
Click Pull.
A confirmation message appears once the selected version is pulled.
What changes after Pull
The Data Set definition is replaced with the selected version (query, settings, and metadata from that commit).
You can Validate to preview results, then Save and optionally Publish.
Best practices
If you have unsaved local edits, Save or Save As before pulling to avoid losing work.
Use the Commit message, time, and author to pick the correct version.
After pulling, validate and test downstream assets (dashboards/APIs) before publishing.
Publishing a Data Set
Publish a Data Set to make it available for downstream use, such as inside the Designer module.
Prerequisites:
You have permission to Publish Data Sets.
The Data Set validates successfully (query runs and saves).
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Publish
Steps to Publish
Navigate to the Data Sets list for a standard connector.
Locate the target Data Set.
Open the Options context menu for the data set by using the Vertical Ellipsis icon.
Click the Publish option from the context menu.
The Publish Data Set dialog opens.
Click Yes to confirm.
What Publishing Does
Marks the Data Set as available to dependent modules (E.g., Dashboards).
Keeps a clear Published status in the list for auditing and discovery.
Troubleshooting
Publish icon disabled: Ensure you have publish rights and the Data Set is saved.
Consumers don’t see updates: Republish after significant changes, and verify sharing/permissions.
Validation errors: Fix query/connection issues and validate before publishing.
Sharing a Data Set
Share a Data Set with specific users or user groups, optionally exclude individuals, and revoke access when needed. Shared Data Sets appear in the recipient’s Data Sets list; available actions depend on the permissions you grant.
Prerequisites
You can access Data Center → Data Sets.
You have permission to share the target Data Set.
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Share
Share a Data Set (Users or User Groups)
Navigate to the Data Sets list for a standard connector.
Open the Options context menu by clicking the Vertical Ellipsis icon for the target Data Set
Click Share from the context menu.
The Manage Access dialog window appears for the selected Data Set.
In Grant Permissions, select the permission checkboxes (e.g., View & Edit).
Select recipients using the following tabs:
Users: search and check user(s). (Supports single or multiple users.)
User Groups: search and check group(s). (Supports single or multiple groups.)
Click Save.
Exclude Users
Use Exclude User to block specific people—even if they belong to a group that has access.
In Manage Access for the Data Set, open the Exclude User tab.
Only users who are members of the granted group(s) are listed here.
Search and select the user(s) to exclude.
Click Save.
Include a Previously Excluded User
Open the Manage Access window for the shared Data Set.
Go to the Excluded Users list.
Select the user → click Include User.
Revoke Privilege(s)
Remove access for a user or group that was previously granted.
Open the Manage Access window.
In Granted Permissions, locate and select the user or user group.
Click Revoke Privileges.
Editing a Data Set
Edit an existing Data Set to update its name, description, query, and other permitted fields. The editable fields can vary by Data Set category (e.g., Database, API).
Prerequisites:
Access to Data Center → Data Sets.
Permission to Edit the target Data Set.
Steps
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Share
Navigate to the Data Set list.
Select the target data set, and open the Options context menu for it.
Click the Edit option.
The Data Set opens in editable format.
Edit metadata
Data Set name: Update the Service Name.
Description: Add or modify the description.
Modify the query
Update the Query directly in the editor or
Use Table Information (right panel) and double-click a table/column to auto-insert sample SQL, then refine.
Depending on the Data Set category, some fields are read-only. Example (API Data Set): Data Connector Name and Account are not editable.
Validate
Click Validate to execute the updated query.
The preview loads under the RESULT tab. The DATA PROTECTION tab is also available for applying/redacting rules.
Save
When validation succeeds, the Save button is enabled. Click Save.
A confirmation message appears, and the Data Set is updated.
Troubleshooting
Save disabled: Run Validate first (required for Database Data Sets).
No preview data: Check filters/parameters or temporarily relax WHERE clauses.
Read-only fields: Confirm the Data Set category; Data Connector Name (and Account for API) are not editable.
Validation errors: Verify schema/table names, permissions, and query syntax; use Table Information to insert verified objects.
Deleting a Data Set
Remove a Data Set from the platform when it is no longer needed.
Prerequisites:
You have permission to Delete Data Sets.
Confirm the Data Set is not required by active dashboards, APIs, or jobs.
Navigation path: Data Center > Standard Connectors > Data Sets list > Vertical Ellipsis icon next to a Data Set > Options > Delete
Steps to Delete
Navigate to the Options context menu for the target data set.
Click the Delete (Remove) icon next to it.
The Remove Data Set confirmation dialog opens.
Click Yes to confirm.
Effects of deletion
Downstream assets that reference this Data Set (Dashboards/Widgets, Data as API, Data Preparation jobs, etc.) will fail until they are repointed to another Data Set.
Deletion is typically irreversible from the list. If you need to recover, you must:
Pull from VCS (if versions were pushed), or
Recreate the Data Set manually.
Best practices
Publish/Share checks: If the Data Set is published or shared, inform consumers before removal.
Version safety: Consider Push to VCS with a clear commit message before deleting, so you can restore later.
Asset audit: Use your team’s catalog/lineage tools to identify dependent dashboards or APIs.
Troubleshooting
Delete icon disabled: You may lack permission, or the Data Set is locked by a policy; contact an administrator.
Consumers still see failures after deletion: Update or republish dependent assets to use an alternative Data Set.
Accidental deletion: Restore via Pull from VCS (if available) or recreate and re-bind consumers.
Last updated