-
Using SQLExecutor2 inside shared library
Hi, I would like to execute some raw sql queries like insert the rows directly into the oracle database. Based on the various community discussions, I chose to use SQLExecutor2. My code is as below: from dataiku import SQLExecutor2 import dataiku def test(): # get the needed data to prepare the query # for example, load…
-
How to use LLM Mesh work with LiteLLM
Hi, I'm working on an Agentic Gen AI project using the crewai package, which uses LiteLLM as the engine to connect to various Gen AI models. I would like to use Dataiku LLM Mesh, but it seems that it's not compatible with the LiteLLM. I tried to use the DKULLM and DKUChatLLM, but both of them are not working. I'm on…
-
Use knowledge bank in API Designer
Hello, Dataiku Team I am trying to deploy an endpoint to API node where I can use knowledge bank object from my project flow. I am using this code example but when I write this line: vector_store = kb.as_langchain_vectorstore() I get the next error: Failed: Failed to run function : <class…
-
Visual ML - model with multiple features
Hello, is it possible for the AutoML Prediction Visual ML recipe to have multiple targets? Currently, I can only create a prediction model on a single feature/target but I plan on prediction for two features as I need both predicted values for the custom metric scoring that I will be using for the said model. Thank you.…
-
How to get metrics (jmx, prometheus, etc) for Dataiku DSS ?
From what I can get from the documentation at DSS does not export metrics via prometheus, or JMX. The only thing it can do it's to export metrics to Graphite/Carbon server. The documentation does not mention what metrics are actually exported either, so for me it's hard to tell if it's even worth it to go all the trouble…
-
How to retrieve the test dataset used in the trained model With python?
Hello everyone, I am working on Dataiku, primarily using their API. I have trained my model and would like to retrieve the dataset that was used for testing via the API methods. Despite trying several methods, including get_train_info(), I am unable to obtain the test dataset. I don't want to export it; I just want to…
-
Fixed copy of Python-based scenario that did not copy the script
How can we effectively replicate this issue in order to conduct thorough testing during the version upgrade process? Specifically, what steps should we follow to ensure that the issue is accurately reproduced, and what testing methodologies can we apply to assess its impact in the new version? Operating system used:…
-
Multi level variable in plugin field
I have the following variable "my_var" : { "value": "aaaa" } How can I access the value of my_var.value in a plugin field? I get the following error doing ${my_var.value} "Unknown DSS variable: my_var.value"
-
<class 'json.decoder.JSONDecodeError'> when evaluating a deployed Random Forest model
How to replicate: Using windows10, download the latest Dataiku DSS on-premise version (13.2.3). Create a New project, upload any dataset with a "target" column having binary value. Click the dataset - Lab - AutoML Prediction - Quick Prototype - Train a Random Forest model on "target", using default settings. Deploy the…
-
Is it possible to disable attachment function in scenario [Send message] [Reporters] setting?
as subject, this is to control security for data delivery. Thanks.