Plugins & Extending Dataiku
-
Custom Params Dataiku Plugin Recipe
Hello, I am developing a plugin recipe, using python. I want the user to be able to give some input, which I allow in the form of params. One of the params I want to have is a datetime, which is not a default param type in dataiku plugin. Therefore, I wish to build a custom param. Preferbly, I would like to develop a…
-
Variable inputs for application
Hi all, Context: I have an application that uploads a dataset to a server through an API. We can say that it's the last step of the flow as I need to have the data there and not in dataiku. Therefore, I don't need the output of the application-as-recipe. I've been told that the recipe must have an output, so I'm using it…
-
How to get "Dataiku Answers"
Hello. I recently saw the "Dataiku Answers" : Dataiku Answers | Dataiku But I don't know how to set it in my dataiku instance. I don't see it available in the plugins list (installed or not installed) and neither in webapps. How do I use "Dataiku Answers"?
-
Predictions made using Dataiku Snowpark API Yield Single Class for Multi-Class Classification model
Hello community, I am facing an issue when using Dataiku's Snowpark API to make predictions from a multi-class classification model. The model is trained with Dataiku and a Snowflake table via Visual ML. The predictions only return one class, while the same table loaded as a pandas DataFrame returns correct predictions…
-
Error 500 trying to install plugin from Archive with API
Hello, I'm in the process of automating a complete installation of DataIku. While I'm almost done, I'm struggling with plugins install. I'm unable to use the ansible collection or the python API as I keep getting an error 500 from the server when trying to install a plugin from a zip archive (installing the same plugin…
-
Create a Macro
Hey, I want to create a new macro on my custom Design Node instance. However I see that you can make plugins or applications but for a simple macro? Also, I see that there are macros in the dataiku store that offer ‘pick list’ type parameters. How can we do this at our level? Thank you for help
-
MAP Chart Creation support needed
Hi, I tired to create map chart for sales data country/state/region wise, using reverse/ and forward geocoding plugin, but met with this error Job failed: Error in Python process: At line 3: <class 'ModuleNotFoundError'>: No module named 'diskcache' Thanks Sreejith
-
Sharepoint list update
How to update a column of an existing SharePoint list item. There are 95 list items on a SharePoint list, and a process runs to compare data from one of the columns of each list item with a database table and only update a column "Lower?" of the list items for which the values are lower than the database table values.…
-
Machine Learning
How would I be able to incorporate a web data analyzer without a web app, I want to analyze the ASX market and predict the most likely increase, but the data updates daily and I want to add a macro so it auto buys and sells. Any suggestions or code examples?
-
Parse prepare recipe from Dataiku API
Hello All ! i am looking to parse the prepare recipe steps in order to analyze each step separately on its ownm using DSS API, is there any way? BR,