How to update the content of one editable dataset with python?

shoareau
Level 1
How to update the content of one editable dataset with python?
Hello,

I am creating an editable dataset in order to be used by a webappli.

I want to be able to modify the values of this dataset .

Can you confirm me the correct way to do ti?

Thank you
0 Kudos
1 Reply
Alex_Combessie
Dataiker Alumni
Hi,

You can write to any kind of datasets using the Dataiku API: https://doc.dataiku.com/dss/latest/api/python/datasets.html. This API contains several methods for writing to datasets.

So the example code you posted is the right way ๐Ÿ™‚

Just a comment on the approach: if you use a dataset as a "backend" element of a webapp, this dataset will be shared among all the web app users. So it could lead to edit conflicts if you have multiple concurrent users. Would that be the case for you?

Cheers,

Alex
0 Kudos

Labels

?
Labels (2)
A banner prompting to get Dataiku