From 36dbbd615422c4b92a48eb7a424dcff9cf35ae92 Mon Sep 17 00:00:00 2001 From: Corentin Musard Date: Fri, 6 Jun 2025 15:22:52 +0200 Subject: [PATCH] Allow breaking changes to a dataset type if no datapoints are in the dataset --- guides/datasets/create.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guides/datasets/create.mdx b/guides/datasets/create.mdx index 5269778..fe01df4 100644 --- a/guides/datasets/create.mdx +++ b/guides/datasets/create.mdx @@ -91,3 +91,10 @@ You can use Markdown to format your documentation; you can include links, tables Once you are done editing the documentation, click the `Save` button to save your changes. + +## Changing the dataset schema + +You can always add new fields to a dataset. + +If you want to remove or edit existing fields, you'll first need to empty all collections in the dataset. +Then, you can edit the dataset schema in the console.