Plugins & Extending Dataiku
-
Problem with np.bool dependency in "dataiku" package in python
Hi, I'm having a problem importing the "dataiku" package in python in the following environments since update to 11.2 python 3.6 python 3.7 python 3.9 # Example: load a DSS dataset as a Pandas dataframemydataset = dataiku.Dataset("PWHRn6UM") import dataiku…
-
Web app as a plugin usign R Shiny
Can I turn an R shiny web app into a plugin, and use it inside the LAB as a model view? or is it only possible with a standard HTML web app? Operating system used: Windows
-
Is there a way to manually create WARNING outcome for a job or step?
I'd like to manually create WARNING outcome for a job or step to handle edge cases in our custom plugin. Is there a way to achieve this?
-
Uploading multiple sheets/files at once
Hi, I am trying to upload multiple excel files with multiple sheets at the same time into one dataset. Is it possible to add a special column indicating the original dataset (excel file + sheet)? Many thanks
-
How to build a custom plugin to use inside the LAB?
I want to prepare a custom plugin like this model fairness report inside the LAB. I want to display custom metrics and predictions as a view in in the LAB,while building the model in LAB I want to look at these metrics and visuals. Where should I begin? Is there any resources available for the same? Operating system used:…
-
how to install python packages like tabula-py in dataiku? i am using the website
-
How to add custom Plugin to model
I have developed a custom plugin similar to the model fairness report (model view of some custom metrics). I can see my plugin under development in the plugin menu. How do I access the plugin inside LAB view? Operating system used: Windows
-
How to get the list of Directories from the managed folder in R recipe of Dataiku.
Hi Team we are having a managed folder in Dataiku which we have created with the help of BOX plugin. Below is the configuration of the managed folder. Now, we want to get the list of high-level directories which are present in this managed folder using R recipe of dataiku. we don't need any sub directories name or any file…
-
Error in "from dataiku.snowpark import DkuSnowpark"
I'm trying to use Snowpark within Python recipe. from dataiku.snowpark import DkuSnowpark This works in DSS, but when I tried to run this code in local VS Code, it returns error "ModuleNotFoundError: No module named 'dataiku.snowpark'". I want to edit and run .py script in local VS Code through Dataiku extension. P.S. I…
-
How to create shareable preset
I want to create a preset that I can use to authenticate a Plugin API in dataiku. How do are go about this? Many users will be authenticating the Plugin API and I will like to create a unique preset for each user. Can I wrap api-key around this preset?