Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 18, 2022 9:59PM
Likes: 0
Replies: 1
I have created a custom algorithm, and in its class constructor, I would like to write a data frame to an empty Dataset created by me in the Flow window. I tried to create a Dataset via the Dataset Menu, by choosing `Editable`. That creates a read-only Dataset. My question is how to create a writable Dataset. Is it possible? If not, how can I create a new Dataset from inside a custom algorithm? Thanks.
Operating system used: mac Ventura
Hi @Erlebacher
,
You can create a managed dataset either from the UI (+Dataset > Internal > Managed Dataset) or programmatically: https://doc.dataiku.com/dss/latest/python-api/datasets-other.html#programmatic-creation-and-setup-managed-datasets
Please let us know if you have any additional questions.
Thanks!
Jordan