We are experiencing long execution times for a recipe in Dataiku due to handing large datasets, while we have implemented partitioning using a filter on a specific column, it still takes 1.5-2 hours t…
Hello, Each month, I have to compute a dataset that takes the previous month's dataset (M-1) and add some stuff in it. I wonder how I could to it in Dataiku as for the recipe, I should take the last o…
I am having difficulty in configuring the Standalone Evaluate Recipe It is not able to provide performance drift however i configure. The below is what i see It was also not clear on what a reference …
Hi, I want to synchronize an Oracle table of 1 billion rows to another Oracle table. The query is very long and I end up with the following Oracle error: [11:06:27] [INFO] [dku.output.sql] - appended …
Hi I created a flow sequencing recipes for a first dataset. The goal is to create a prediction model at the end of the flow. Next I need to apply my model to an input dataset that has the same schema …
When changes occur to the schema of a dataset early in a flow, you would like to be able to ensure that these changes are reflected in datasets further down the flow.
Hi, when I create a flow, for example taking records from table A -> do some blending -> group by -> implementing a model I see that each step in the process is crating a recipe. Does this mean that e…
Hi, I am working for a project where I have to create Test & Control data set based of different date parameter but logic to create the dataset is same for both flow. I want to create only one flow so…