Plugins & Extending Dataiku
-
Sentiment Analysis plugin on a Mac
Hello! I am working on an NLP project and have been unable to successfully creating the environment for the Sentiment Analysis plug in on a Mac running OS Ventura 13.0.1 Operating system used: Ventura 13.0.1
-
Extract content of a scenario using Dataiku API via Python
Hi All, Need help on extracting content of a scenario using Dataiku API via Python. Like, I want to extract the SQL code or Python code whatever written in the scenarios via automated way. Thanks, Vamsi Operating system used: Linux Operating system used: Linux
-
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…
-
Establish a dynamic connection between a dataset in Dataiku and Excel
I would like to be able to create a dynamic connection between a dataset in Dataiku and Excel, so that any changes in Dataiku would be automatically refreshed in an Excel file. There is a plugin available that connects Dataiku and Power BI dynamically. Please see the link below: Plugin: Microsoft Power BI | Dataiku My…
-
getChoicesFromPython in plugin python probe / metric
Hi, Is it possible to use getChoicesFromPython in a python probe / metric in a plugin ? It looks like it doesn't work. https://doc.dataiku.com/dss/latest/plugins/reference/params.html#dynamic-select-using-python
-
Excel Multisheet error "problem with content" message
I wanted to share an issue I came across with Dataiku's Multisheet Excel Plug In and how I solved the problem. I had been using the Excel export with a few datasets and I was excited to try the multisheet plug in. After exporting the folder and attempting to open the file I got an error dialog box. It said there was a…
-
Problem with passing column labels in a plugin custom prediction algorithm component
I need the column labels of the preprocessed dataset in the fit function of a custom prediction algorithm that I'm building into a plugin. The classifier in the fit function only accepts a pd.DataFrame, so I have to convert the numpy array after the preprocessing steps back into a DataFrame with correct column labels. I…
-
Dataiku Splunk Plugin
I am trying to import logs from Splunk using the Splunk plugin. I just see 9 rows being populated when on the Splunk UI I see 45000 rows. Is there a place where we can do some changes in order get the full data at once on dataiku via splunk?
-
Drop data set to False deletes the SQL table
Hi, I create an SQL table dataset inside my custom plugin recipe and try to delete just the dataset without dropping the table in the database. But the table is being dropped whether or not I set drop_data to True or False. Just wanted to check if I'm doing it the right way. I referred to this documentation…
-
new dataset write error
Im trying to build a piece of code that runs as a recipe. The code builds 2 datasets, one of which is a database connection, and then implements a sql query to build out the other. My issue is that when using the recipe I keep getting the message when I try to write to the dataset that it cant be found. Its obviously there…