-
Copy the zone recipes into another zone with new datasets
Hello, I have a zone that has recipes I want to have copied into a new zone. This zone has the same format but a different dataset (the month of February vs the original zone was for the month of January). I attempted to copy the zone but all it did was copy the zone into the same zone with the same dataset in that zone. I…
-
Get the Index ID based on Max Value
Hi Team I'm trying to calculate the index of the maximum value from the list. Attached is the file for reference. As an example, For 1st record, Col_5 has maximum value and I want to assign the index number Note: This is something similar to MaxIDX function in Alteryx. Operating system used: Windows
-
Python script for test Api Service Endpoint by launch remote test query
Is it possible to call End point de service API queries on a Node design instance with the client's python api? I'd like to be able to run a python script when evaluating API services that would briefly execute an adapted test query to check the solvency of the service before pushing it to the deployer. Best, Randy
-
Dataset storing problem in snowflake dataset, to change connection sql recipe exists which is linked
Hi, problem we are facing is, Other teammates had built snowflake datasets and sql recipes. Currently their is a big problem whenever we run the flow in dataiku all snowflake datasets are storing in the snowflake. We need to remove that stored tables from the snowflake. So one way we understand is "change connection"…
-
dataiku
I have a dataset with columns for actuals, forecast, delta (which is calculated as actuals minus forecast), segment, and date. The segment column has six categories. I want to identify the top 3 in the segment based on the delta and then create a graph in Dataiku to visualize how these categories have changed over the past…
-
Prevent Y / N column from being Auto-Detected as Boolean column
For my dataset I have over 200 columns with many of them Y/N flag columns. I would like to keep them as text and not infer the type. There is a checkbox that I am leaving unchecked: Normalize booleans Normalize all possible boolean values (0, 1, yes, no, …) to 'true' and 'false'
-
Detecting and Handling Long-Running Scenarios in Dataiku 12.5
Hello Dataiku Community, I am currently working with Dataiku 12.5 and seeking advice on how to effectively manage long-running scenarios or abnormals build time within my projects on the automation Node. The core of my inquiry revolves around the ability to detect scenarios that exceed a certain threshold in execution…
-
Dataiku keeps giving me errors when trying to export to Tableau Hyper File
trying to export a file. It keeps giving me errors like the one below. These are double and decimal numeric values that have not changed through my flow… if I erase column 21 it will say the same thing with column 20 etc etc. I have gone back through the flow and tried to export the file and it works up to a point and then…
-
Label task
Hello, I have created a label task for the evaluation of a query. The input is a sample of rows of a bigger dataset. With the label task you can then assigned one of five categories. Using the label task has lead to changes of the query that feeds the label task. Now I want to reset the task / remove the data associated…
-
How to implement a feedback loop on a dataset ?
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 output dataset (M-1) as the input. I don't think it is currently possible to produce a feedback-loop in Dataiku: do you…