Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 5, 2015 9:56PM
Likes: 0
Replies: 3
Since the last version (2.1) there is an API to programmaticaly do many things, including changing the schema:
http://doc.dataiku.com/dss/latest/api/public/index.html
It is a REST API with simple authentication, and a Python client is provided.
Specifically, to change the schema, the method are documented here:
https://doc.dataiku.com/dss/api/2.1/rest/#datasets-dataset-schema
Thus, one option would be to write a small python script that read the current schema and the dictionary, then uploads the new schema.
Hope this helps,
Jean-Baptiste Rouquier