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

Options
shoareau
shoareau Partner, Dataiku DSS Core Designer, Registered Posts: 8 Partner
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
Tagged:

Answers

  • Alex_Combessie
    Alex_Combessie Alpha Tester, Dataiker Alumni Posts: 539 ✭✭✭✭✭✭✭✭✭
    Options
    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
Setup Info
    Tags
      Help me…