-
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…
-
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,…
-
what are our options with Dataiku for using .whl file present on our own repository? or local path?
What are our options with Dataiku for using .whl files presently stored on our own repository? Can a .whl be a plugin? or is it better to reference the .whl in the code environment? Operating system used: Almalinux
-
Why is there a limit of 75 Columns for Power Bi Exports?
I have a data set that I want to export to power bi. It will not let me export a file with more than 75 columns. Do not answer cut the file. I am not doing that. There is no problem exporting a dataset as a hyper file and using it as a data source in my tableau server. There should not be a problem with Power Bi.