-
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 (https://doc.dataiku.com/dss/latest/plugins/reference/other.html#custom-settings-ui) Since AngularJS has reached end-of-life, I'm wondering if it's possible to use modern…
-
Append a pandas dataframe to an already existing Dataset within a plugin
I'm creating a custom plugin containing a recipe that evaluates a machine learning model and outputs a DSS Dataset with performance metrics (it is very similar to the in-built Evaluate recipe). However, each time I train the model, I would like to append the new performance record to the already-existing Dataset rather…
-
External data catalog integration
Hi everyone, I'm looking for a way to integrate DataIku into a standalone Data Catalog tool. For example, DataHub. This stems from the fact that some initial data load and transformation happens inside the DWH through orchestration tool like Airflow and transformation tool like dbt. This creates initial datasets that are…
-
How to create a own custom recipe?
Hello Team, Hope you are doing good. I am using Dataiku version 13.4.2 and have written a Python script. I want to create a custom recipe (similar to built-in recipes like Sort, Prepare, or Embed) so that anyone can drag, drop, and use it easily. However, I do not have admin-level access to create a plugin. How can I…
-
Issue with Custom Plugin: “Argument List Too Long” When Passing Large Config Parameter
Hello Dataiku Community, I’m developing a custom plugin in Dataiku, and I’m facing an issue when passing a large config parameter. The parameter is a list with around 500 items, and I can see that: •The list appears correctly in the plugin’s UI. •It also logs correctly in the browser console using JavaScript. •However,…