Version control
Store your catalog definition in a version controlled environment.
With Version Control in Count Metrics, you can easily track and manage changes made to your catalog. The commit history feature provides a log of all previous changes, allowing you to view the changes made at any point in time. By selecting the commit history icon, you can access a detailed history of updates made to the catalog and have the option to revert to a previous version if necessary.

Branches

To make it easier to develop catalogs while they are in production with users users, you can create branches from any working branch, commit, and then finally merge back ultimately to main
.

Once in a canvas, you can preview and test your branch catalog by selecting it in the dataset pane. This will update the data source of any cell referencing that catalog to reflect the commited changes within the branch.
Benefits of version control
Track changes - view a history of all catalog changes, making it easy to understand updates over time.
Revert to previous versions - quickly roll back to a prior version if a change causes issues.
Maintain data integrity - safeguard against accidental changes and ensure stable, reliable data.
Enhanced collaboration - easily see who made changes, improving team communication and workflow.
Last updated