Plugins & Extending Dataiku
-
Dataiku custom webapp example not found
Hi, I tried following the example plugin from a webapp from the dataiku website https://knowledge.dataiku.com/latest/kb/customization/plugins/examples/webapp.html The webapp itself works fine, but when I try to use the plugin, the webapp doesn't show anything despite the logs saying that the webapp started. The webapp also…
-
VirtualBox Git Integration
I'm new to dataiku and installed dataiku DSS on a linux VM following the instructions here https://www.dataiku.com/product/get-started/virtualbox/ Next, I'd like to import code from Gitlab. Is the git integration available in the VM edition? And if yes, can you provide detailed instructions on how to set it up. Cheers
-
Webapp missing functionality in private browsing
Hi Dataikers I've created a webapp on Dataiku online. The expected functionality for a 'Filter Results' bar is to show several options for filtering (screenshot "non-private"). However, when I open the webapp in private browsing, this functionality isn't shown, saying "No results found" instead (screenshot "private"). This…
-
Not able to create Plugin Managed Environement with Python 3.8
Hello TeamI was working on creating the custom dataiku plugin in python.I wanted to use the python 3.8 or 3.9 version for the same. I am facing a problem while creating the plugin-managed environment for this plugin. I am not seeing python 38 or python 39 in the drop-down and hence selected "Custom" as seen below. After…
-
Importing code from a plugin into python notebook
I'd like to import python functions from a (self-made) plugin into a python notebook. I've found this part in the User's Guide, but it's lacking examples and I can't get it to work: https://doc.dataiku.com/dss/latest/plugins/reference/other.html If I have a plugin with plugin id "xyz" and the following folder structure xyz…
-
Sankey - input data
Hi community, I'm trying to create a Sankey chart using the DSS plugin. I've organised my input data so I have three columns: SourceDestinationValueAB100AC50BD90BE10CD25CE15CF10 However the chart isn't generating from this. I've made sure there is no repetition on source/destination names and the chart generates on…
-
DSS Feature Store
Appreciate some pointers... Trying to find info on below: 1) Where does DSS store Features, is there an internal feature store with in DSS? 2) Can DSS work with AWS SageMaker(SM) Feature Store, to push and re-use features which are in SM Feature store? 3) Best way to store and share features with in a team? 4) Any other…
-
Install Oracle JDBC driver
I want to make a connection to a Oracle database, to install driver as it is mentioned here: https://doc.dataiku.com/dss/latest/connecting/sql/oracle.html but there was no directory /lib/jdbc, so I created the jdbc directory and install the driver, and restarted Dataiku, the error was the same as it was't install…
-
Plugins Shared Code in containerized environment
I have a custom plugin with some shared code in the "python-lib" directory that I'd like to import and use in other places. Following this link - https://dss.grc-mlops.com/admin/code-envs/design/python/plugin_scaler-engine_managed/ The following code works in a regular notebook running on DSS. However, if I change the…
-
Cannot start Model Error Analysis webapp
Hi Dataiku Community, I tried installing the plugin for Model Error Analysis and I'm having some issues (happening with other plugins as well: Model Stress Test, Model Drift Monitoring, Generalized Linear Models). I am getting a backend error when starting the webapp form the model view. Traceback (most recent call last):…