What are releases/exports in V7?
After working for a while in your Dataset
you may want to export it or create a snapshot of your progress in time. Releases serve this purpose; they are snapshots of your dataset, and you and your team can download them:
In the example above, we generated a release containing all the completed items in a dataset.
Generated releases can be downloaded from the UI or pulled by the SDK/CLI.
It is important to note that currently, Releases/Exports generated via the UI and the SDK/CLI are slightly different. When creating a Release/Export via the SDK/CLI, this will only include completed items, while if you generate one via the UI, you have more options, such as creating a release with selected DatasetItem
s or DatasetItem
s in statuses other than "complete".
See the SDK documentation on this topic