Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hello Dataikers,
I want to change recipe and datasets names through python API.
So far, I failed to find such info in API docs.
Is it possible to do so?
Hi,
This is not currently possible via the public APIs. You can rename recipes and datasets in UI which will use an internal API to perform the renaming.
We do advise against renaming datasets where possible due to unintended consequences see : https://community.dataiku.com/t5/General-Discussion/Changing-names-of-datasets-somewhere-in-the-midd...
You can set a name for the recipe or dataset via the API at creation:
https://doc.dataiku.com/dss/latest/python-api/flow.html
Hi,
This is not currently possible via the public APIs. You can rename recipes and datasets in UI which will use an internal API to perform the renaming.
We do advise against renaming datasets where possible due to unintended consequences see : https://community.dataiku.com/t5/General-Discussion/Changing-names-of-datasets-somewhere-in-the-midd...
You can set a name for the recipe or dataset via the API at creation:
https://doc.dataiku.com/dss/latest/python-api/flow.html