-
How to convert Visual Recipes to Code Recipes?
I have a Dataiku project hand-overed from others which built via visual recipes. As I'm used to use python for implementation / maintenance, I would like to convert the project to code recipes, does Dataiku provide quick conversion for this scenario? Operating system used: Windows
-
I can't find data and explanations for the Certification ML Practitioner problems.
Hello. I'm currently taking the Dataiku Certification ML Practitioner exam. The following question appears in the Multiple Choice Exam (MCE), but the information on where the dataset for this question is located and how to model it isn't explained in the introduction. Where can I find this information?
-
as_core_knowledge_bank not working on dataiku-api-client==14.2.3
To convert a DSSKnowledgeBank to a KnowledgeBank using the dataiku API we have to use the as_core_knowledge_bank() function (https://developer.dataiku.com/latest/tutorials/genai/nlp/create-knowledge-bank/index.html). However, the instantiation of the KnowledgeBank is not working because the context_project_key is missing…
-
Passing Previous Month Partition to workflow recipes
In the scenario build, there is an option for selecting time partitions. This works great, but I want to know how to pass this variable to recipes such as a python and sql recipe. I wasn't able to make this work until I looked at the log and saw this variable '$DKU_DST_YEAR_MONTH', this appears to work, but I don't know if…
-
Sumitomo Rubber: Optimizing Manufacturing With Automation & AI
Sumitomo Rubber Industries transformed a core manufacturing process through Dataiku's automation, enhancing efficiency, product quality, and decision-making. Hours Saved with improved efficiency 80% Of product sizes showed enhanced consistency with the AI-optimized process Sumitomo Rubber Industries, Ltd., a prominent…
-
Custom Agent Dynamic SELECT Param
Hello Dataiku Team, I am creating a custom agent, and I am trying to add a python script for the SELECT parameter, but it is not working. Here is what I have in my agent.json: Here is how my tree looks like: And the compute_llm_choices.py is like this: Please, could you spot any reason why this is not working from the…
-
MLOps best practices for Dataiku
Hi, I am investigating Dataiku, but I am struggling with integrating default DevOps workflows with Dataiku. What are the best practices in integrating the following CICD principles in a Dataiku environment? - code linting (e.g. with pylint, black), ensuring code adheres to code standards. - unit tests (e.g. with pytest),…
-
How to "send" a knowledge bank with a get_llm?
Hello all, Here our context : -An headless custom web app on Dataiku that receives through API a user question and must give an answer based on internal procedures -as of today, the procedures are sent in markdown with the prompt but it's really heavy and the response time is more thant 20 seconds -I have played with…
-
Plugins update automation.
Hello, I'm trying to automate plugins upgrade through REST API. However, I'm facing some issues you might help with. First, I cannot filter plugins based on their Origin. In the web UI, Origin appears either as Builtin, Store or Local dev, for instance : I've filtered out Local dev using the "isDev" field. But I cannot…
-
How to read email in dataiku?
Is there any way to read emails (subject, sender, cc, bcc, body & etc.) from my outlook(work) inbox\folders in Dataiku?