Hi, I am trying to use the functionality 'Append instead of overwrite' to store an output after writing a recipe. However, I don't see the results being appended to the table. Instead, Dataiku perform…
Hello, I first create in visual analysis a ML model and then deploy it. My model is fed with new data regularly so how can I get each time automatically the refreshed report with "interpretation" and …
It is not really a bug. When I create a model and deploy it, the report section of my model is not dynamic. I mean when in the flow I train it and score it, the report does not change. I have to re do it in the visual analysis.
I have some older projects that were built when I had a weaker understanding of what you could do in dataiku, and I have identified some redundancies. How simple is it to reroute the starting data set…
Hi, Is there any way to get notification about any upcoming releases? I always check the website, but it seems not efficient way and I cannot track it always since there are many sub-releases came fre…
Dear all, I am trying to publish a dataset programmatically using python. I came across the following answer https://answers.dataiku.com/2791/create-sync-recipe-with-python-code to this type of proble…
Hi, I have created a small Dataiku process where I am reading from redshift table using SQL query in DataSet and trying to sync it to S3, Dataiku sync process is adding some replace query over my Sql …
Hi, I have requirement where I have to export the Dataiku process output from redshift to CSV file with header on a SFTP site for a complete automation of the process. Could you please provide a possi…
Hi, how can I create a impala sync recipe with the Public API? I have the source managed dataset stored as parquet and I would like to create a code recipe with sql like "select count(*) from mytable"…