Plugins & Extending Dataiku
-
Dataset Component(Connector) in Custom Plugin in Dataiku
I have added the Dataset component in the plugin in Dataiku. It fetches the data using the python api for the last 30 minutes from a third-party application. Idea is to add this Dataset in the flow and refer to it from Plotly Visualisation in Dash type of Code WebApp and Visualisation should always show the latest data…
-
Help building Named Entity Recognition Plugin without Internet
Hi All, I have trouble building the named entity recognition plugin code environment (https://www.dataiku.com/product/plugins/named-entity-recognition/), in a machine without internet access as one of the packages "sentencepiece" requires outbound internet access to build. Is there any workaround to this? I need to get…
-
How to connect files in a folder to a dashboard
I am having a folder with certain excel files and I want to create a dataiku dashboard from these Excel files which might be having some link with each other. so how am I supposed to solve this issue
-
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…