Append data to Dataiku Dataset not possible through R API (dkuWriteDataset)
tamvap
Dataiku DSS Core Designer, Registered Posts: 10 ✭✭✭✭
Hello,
When someone calls our API from an external R program, we are not able to append data to Dataiku Dataset.
Is there any way to achieve using the R API ?
Thanks,
tamvap
Tagged:
Answers
-
Hi,
We would advise using a R recipe and then making sure that the "Append instead of overwrite" option is enabled in the Inputs/Outputs tab.
Thanks,
Andrew
-
Hello @ATsao
,Thanks for your answer.
We need a way to append the new data to a Dataset with R . Is there a way to set the Dataset mode as "Append" through R?Thanks,Panos