-
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…
-
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 install libraries in Plugin managed recipes
No option found to install python libraries like pandas, numpy, sickit-learn, statsmodels, yfinance. Hoping a solution to fix Operating system used: Windows 11
-
Custom recipe: Selected values not save for values from API
Hi, In plugin I cannot save selected values for fields in recipe.json, when values comes from API. Below user description: “these values don’t persist once you leave the recipe screen and return. As an example, you can see after we add values for multiple other values, and then you can see in the upper right I saved. Then…
-
Custom recipe: Default value not work for values from API
In plugin I cannot see default value for field in recipe.json, when value comes from API. In recipe.json I have field: { "name": "field", "label": "Field", "type": "SELECT", "getChoicesFromPython": true, "mandatory": true, "defaultValue": "Default", }, In above code default value is set to "Default", but it is not set in…
-
Can the hyper-parameter change for each new training model with each new dataset
Dear dataikuler thanks for reading my question. Hi, so my problem is when i re-train my model with different dataset (like my first dataset is from 12/10 /2024 to 12/10/2025 and my second dataset is 30/11/2024 to 30/11/2025) and then i deploy the second model i check the hyperparameter of each version and i see all of them…
-
Efficient Management of Code Environments for Multiple Plugins
Since each plugin in Dataiku requires its own code environment, I wanted to ask if there is a recommended or best-practice approach to manage this more efficiently. Specifically, is it possible to use a previously built code environment and add only the custom libraries required for different plugins to avoid duplication…
-
ERROR PI System - Could not connect. Error: (traverse) unsupported hash type md4
Getting this error after running the job [11:53:15] [INFO] [dku.utils] - 2025-10-07 11:53:15,160 ERROR PI System - Could not connect. Error: (traverse) unsupported hash type md4[11:53:15] [INFO] [dku.utils] - 2025-10-07 11:53:15,160 WARNING PI System - Error while traversing path \\ Could not connect. Error: (traverse)…
-
Integrating Dataiku with Denodo
Has anyone created an integration with Denodo? If so, did you use a JDBC connection? How did you manage user permissions? Thanks! Operating system used: Red Hat
-
Dataiku DSS - Quick ML Pipeline Build, Require an Experienced Consultant
Hey data scientists! Need a Dataiku wizard to help us automate some machine learning workflows. What we're building: Custom data preparation recipes with advanced transformations and feature engineering Automated ML model training pipeline with cross-validation and hyperparameter tuning Simple deployment setup for model…