Data Versions

Learn more about data versions and how to work with them.

Overview

A data version is an instance of uploaded data. Each data version has a unique release number. Data versions are generated by a job, which is a set of instructions to create the data version. For more information about running jobs, see Run a Job.

By default, new projects use the current production data version. The production environment is the version of Visier available to your end users, meaning your users can see the data in the production data version. In a project, you can view the released version against a baseline version for comparison and validation.  The released version is the current data version in the project. If a baseline version is available, you can compare the released version to the baseline version to validate the data in the released version. For example, if the data in the release version differs from the baseline enough to trigger an alert, you'll see issues in the project. For more information about alerts and issues, see Alerts.

If you generate a data version in production, your users will be able to see the data in that data version (as defined in their security access). If you generate a data version in a project, only you and anyone you shared the project with can see the data in that data version. However, if you publish the project to production, the data version is then available to your users if it meets the following criteria:

  • The project data version is newer than the current production version.
  • The project data version is not a partial data version.

The general workflow for generating data versions includes:

  1. Set up the data load configuration. Data load configuration includes changes to mappings, rules, tenant settings, and data category settings.

  2. Run a job to generate a data version in a project. For more information, see Run a Job.

    Note: The amount of data you're processing impacts the amount of time it takes for the job to finish. The job may run for longer than expected. To check the job status, visit the Jobs room. For more information, see Jobs.

  3. Preview the data version by clicking Preview Solution on the navigation bar.
  4. Change the load configuration and release behavior as needed. For more information, see Release Behavior.
  5. Publish the project to production. For more information, see Publish Project Changes.

After working with data, such as successfully uploading new data to a source or changing the data load configuration like mappings or business rules, you can generate and release a data version to production and make it available to all users. For more information, see Run a Job.

View data versions

To view your solution's data versions, open a project and navigate to Data > Data Categories.

Different users can do different tasks in the Data Categories room.

  1. Data Category Name: The name of your data category.
  2. Data Version: The release number for each data version.
  3. Status: The status of the data version, such as Succeeded, Provisioning, or Failed.
  4. Current Release: The current data version for the project.
  5. Actions: Additional actions that you can take for each data category.
  6. Edit: An action that allows you to modify the data category, including setting the release behavior.

Assign a data version

New data versions that are generated on a recurring schedule can automatically be released to production. For instructions on how to automate this workflow, see Release Behavior.

If a data version is generated in a project, you may want to preview the new data version before releasing it into production. Depending on the data version release behavior, you may have to change the data version that is used in your project before you can preview the new data version. You will also need to change the data version of your project if you want to roll back or publish a specific data version. For more information, see Set the Data Version.

Frequently asked questions

I'm making a lot of project changes. When should I generate a data version?

In a project, you typically want to generate a data version any time that you want to preview changes related to data values. For example, generate a data version to preview:

  • New mappings or edited mappings. Generating a data version allows you to use the new mapping data in the analytic model, such as in concepts and dimensions.
  • New business rules or multi-subject rules. Generating a data version allows you to verify that the rules are working as expected.
  • New data you loaded manually through the solution. Generating a data version allows you to see that data in a project before releasing the data to production. If your tenant has a scheduled job, this data will be included in the next scheduled job regardless of whether or not you preview the data.
  • Fixed data issues. Generating a data version allows you to verify that your corrections are reflected appropriately in the solution.

Example: First time loading data

Let's say that you're loading data for the first time in a new tenant. After loading new data through the solution, you create a project. In that project, you create a data category, mappings, and a business rule. Rather than generate a data version at every step of the process, you can generate the data version after you've finished all three tasks. The data job will process all the mappings, rules, and data category settings so that you can verify everything at once. After the data version is ready, you can validate that the data is correct, and then publish the data version to production or start configuring concepts or creating content.

In a project, you can make the following changes and preview them in the solution without generating a data version:

  • Creating new content, such as Guidebooks and analyses.
  • Changing settings in Model > Settings on the navigation bar.
  • Configuring concepts, dimensions, and properties.
  • Changing user security and permissions.

I want to publish my project to production, but I ran a data version inside the project. Will the data version release to production?

Yes. The project's current data version at the time of publishing is released to production, and therefore available to your end users.

In this section