Create a writable Dataset

Solved!
Erlebacher
Level 4
Create a writable Dataset

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

0 Kudos
1 Solution
JordanB
Dataiker

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-ma...

Please let us know if you have any additional questions.

Thanks!

Jordan

View solution in original post

0 Kudos
1 Reply
JordanB
Dataiker

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-ma...

Please let us know if you have any additional questions.

Thanks!

Jordan

0 Kudos