| |
---|
The pipeline versioning feature enables you to save intermediate state of pipelines by creating multiple versions. It also allows you to restore snapshots of the intermediate actions when required.
|
Pipeline versioning includes the following operations:
- creating multiple versions of a pipeline
- building specific versions
- maintaining history of pipeline
NOTE
In pipeline versioning, metadata is versioned and not the pipeline table data. When a version is built, the existing table data will be replaced.
You can perform the following:
- Create a new version or overwrite an existing version. By default, all the changes are stored in the working version.
- Set a version as active. By default, the active version will be loaded when you navigate to a pipeline.
- Remove a version, except a read only or active version.
NOTE
If you open a pipeline version which has been already accessed in another tab or window by you or any other user, the version will be in Read Only mode which can neither be configured nor removed. However, you can create a new version from the read-only version.