-
Issue Sending Dashboard Pages via "Send Email Recipe"
Hi Team, I am trying to send dashboard pages via email using the "Send Email Recipe," similar to how I send CSV and Excel files. However, while CSV and Excel attachments are working fine, the dashboard pages are not being sent through email. Could you please help me troubleshoot this issue? Any insights or solutions would…
-
Dataiku CRU(Compute Resource usage) wiki
Hi I have a question The wiki of dataiku CRU has zones and datasets for llm usage, but the actual CRU does not. Is this gone? Operating system used: rocky Operating system used: rocky
-
Can we monitor any new docker images created by dataiku across the cluster?
As a dataiku admin, I want to keep a track of all the new docker images being created from dataiku. The images are created mainly when we update a code-env with container execution option. So, when we provide access to users. They add few packages to code-env & update to create a new image. I want to keep a track of any…
-
Can't create a code env for the Answers plugin (Automation node)
Hi, I installed the Answers plugin (v2.2.1) on our self-managed Automation node without a code env, because the code env creation fails with this error: Creation result Errors were encountered ERROR ERR_CODEENV_CREATION_FAILED Environment creation failed null failed (exit code: 1) [01;31m[K^~~~~~~[m[K…
-
Can't create plugin_document-question-answering Code Env for Dataiku Answers Plugin
I am trying to follow the tutorial "Tutorial | Build a conversational interface with Dataiku Answers" but I need to install "Answers" plugin beforehand. I tried to but when it comes to creating the code env step, I cant create it: building wheel for simsimd (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [43…
-
Need to import multiple pdf files from sharepoint library
Upon exploration I did find certain things to be fulfilled by admin for me to connect to either a share point library or one drive folder, but I want a brief step by step method to follow so that I can get this done. In case if there is a better option or method available without intervention of admin, please let me know.
-
Using Modern Angular for Custom UI seetings in Dataiku Plugins?
I'm developing custom forms for Dataiku plugins and noticed the documentation shows examples using AngularJS (Angular 1.x) with controllers and $scope () Since AngularJS has reached end-of-life, I'm wondering if it's possible to use modern Angular (2+) with component-based architecture for these custom plugin interfaces…
-
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…