Skip to main content

Manage Pipeline Versions

With versions, you can try different pipeline configurations without losing your past work. Currently, versions are available for query pipelines.


About This Task

Pipeline changes live in a single, linear version history. Every save creates or updates a version in the timeline.

  • Each version appears in the pipeline's version list with a timestamp and the name of the user who created it. You can restore and deploy any version at any time. When you restore a version, your current work is saved as a new version before the restored version opens for editing.
  • As you work on a pipeline, your changes are saved to the current version. Deploying always uses the latest version, so you can deploy quickly without choosing between drafts and versions.
  • Clicking Deploy can open a version comparison so you can review changes before deploying.
  • If you duplicate a pipeline, its version history is not copied to the new pipeline.

View Saved Versions

To restore a version:

  1. When editing a pipeline in Builder, click Versions.
  2. Find the version you want to restore, click More Actions next to it, and click Restore.
    The Versions page with the Restore button highlighted
  3. Confirm that you want to restore the version. Your current work is saved as a new version and the restored version opens for editing.

Deploy a Version

To deploy a previous version:

  1. When editing a pipeline in Builder, click Versions.
  2. Find the version you want to deploy, click More Actions next to it, and choose Deploy. This opens a comparison view where you can check the changes between the versions.
  3. Click Deploy. The version you're deploying opens in Builder and the version you were previously working on is saved as a new version.