-
Check if sharepoint excel file column has unique value then store data else email user.
I am trying to develop a mechanism where we need to retrieve sharepoint excel files from the library one by one , once the user uploads and check if duplicate value is present in one column(SKU) , if yes then email user "Duplicate values found in SKU , please check." else store the dataset. Thanks.
-
Way to determine Alteryx workflow inventory list
Is there any automated way to discover the count of Alteryx workflow on users system to get the entire inventory to migrate to Dataiku. There are set of 50 users, connecting one to one is not a feasible option.
-
How to pass the variables values from dash Webapp to the main project
My has local variables. I created a webApp using Dash for the project to render UI dropdown. Though I see the layout but the values selected does not reflect in the project. I still need to hard-code local variables. I have a python recipe in my dataiku main project working successfully with a local variable in json format…
-
How to dynamically output recent 3 days' data with partitioned dataset
Hi all, I am new to Dataiku world, I'd like to ask the right way to output data with specific time range with partitioning method. The thing I want to do is: Dynamically build the recent 3-days data from input datasets. (Use Time Range day partition) I've tested but the output seems to grow even more than I expect, and the…
-
i have created an "sql query change" trigger in my scenario but i dont see any runs that is activate
i also see in the bottom of the trigger that is was trigerred on …. (one minute ago) and again i dont see this run why?
-
Custom trigger to run itself?
Hi everyone, I want to execute scenario again if its fail, so it can try 3 times, sometimes kubernetes fails or, spark fails could be fixed after run again so, i dont miss time range between fail and fix manually. This is the code created with LLM, it used python for that. I changed project name to variable "project name",…
-
Split / Join formula
Hi, Is it possible in a split (and only a split recipe not an sql one) with formula to check a condition by join. For example, to check that one of the child lines a of a parent b contains a certain value. If so, put all the corresponding lines a ->b* (of which at least one b satisfies the condition) in the split. Best…
-
Folding multiple columns by MULTIPLE patterns
Hello, I have a large number of columns that all follow the same pattern, with 3 parts that can change: Path#_Field_Year So either the Path #, Field, or Year could vary. For example, I could have: 1_Car_2030 1_Car_2031 1_Car_2032 2_Car_2030 2_Car_2031 2_Car_2032 Or I could have: 2_Bus_2040 2_Bus_2041 2_Bus_2042 5_Bus_2030…
-
How to import a plugin after a dataiku instance change
hello, I initally had a devlopped plugin available in a specific Dataiku instance. We had to change the dataiku instance . Is there an easy way to reload or import this previous plugin in this new instance? Thank you
-
Housekeep reports
I have a managed folders where I am storing the custom report generated which is build every month. I would like to housekeep the older reports every 6 months. Could you please guide how can we do that?