Skip to end of banner
Go to start of banner

Versioning

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Versioning is a way to save new copies of your work each time you make a change. Each saved copy allows you to go back and retrieve a snapshot of your work at a specific point in time. Versioning is essential to reproducible research because it allows you to record when your data changed and how. You can also reference a specific version of your data and share it with others so that they can reproduce your results.

Synapse supports versioning for files, tables, views, and datasets. The rules for how files are versioned are different than tables, views, and datasets:

  • Files are versioned automatically. Each time you modify a file, Synapse will create a new version for you.
    (plus) Read more about how files are versioned in Versioning Files.

  • Tables, views, and datasets must be versioned manually. Making changes to a table, view, or dataset will not automatically save a new version. Instead, you control when to create a new version.
    (plus) Read more in Versioning Tables Views, and Datasets.

  • No labels