-
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?
-
How does Dataiku run a recipe from a scenario if the recipe has multiple outputs?
Let us say there is a python recipe with input as A and outputs B, C, D. I want to build the datasets B, C and D from a scenario. So, should I specify datasets B, C and D in the build step in the scenario? Will it run the recipe thrice to create each of the datasets? If so, is there a way to run the whole recipe from the…
-
ML Practitioner Certificate expires or its life time validity.?
I have completed my Certification in ML practitioner Certificate on 28th July 2023 and when i am trying to take again couldn't be able to see the exam thing instead my certificate only getting appeared, kindly help me to know the validity. Operating system used: Windows
-
Code env libraries installation issue
I have some libraries like nltk installed in some code environment, and when I try to run any code/notebook importing these libraries, I get the module not found error. Why does this happen and how can I fix it?
-
Splitting dataset into groups and process each group seperately
I'm new to dataiku and any help would be appreciated, I have a scenario where I have to send mail to sales representative which contains questions asked by its associated client (customer that he manages) eg Input SR_Mail | Client_name | Question | — - - - - - - - - - - - - - - - - - abc@def.com | SBC | ABCD ? |…
-
Send email plugin sends email one at a time and its very slow
Hey I'm doing PoC using send emails plugin, but when I tried to send 1.6k emails it took around 1 hr 26 min to complete. Is there better solution to this ? Operating system used: Linux
-
Count number of rows depending on a condition
Hello, I would like to increment the number of rows group by some variables only when a condition between a date and its lag is true. The idea is the following : if it is the first time we encounter an id, then var = 1; else if id = id_lag and dat - dat_lag > 30 then var = var +1 ; I try to do this with a window recipe but…
-
How to rate limit number of records processed per second
Hello, I'm new to dataiku and I have a scenario where I have to send emails. Now I am using send_emails plugin to send emails, but my smtp server has a limit that it can process only 40 mails/second and I want to ensure that only 30 mails are being sent per second. Is there anything that can limit only 30 records being…
-
Connecting to a sharepoint list and appending new rows
I am trying to connect to a particular SharePoint list of our team, so we can automatically append new entries. However, i have a very hard time establishing the connection. I am doing this with a manual Python recipe. Can someone help me? Operating system used: Windows
-
What is the certification cost for Code designer, Developer and ML Practitinoer