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…
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, Vam…
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 datafra…
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 avail…
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-u…
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 multis…
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.DataFram…
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…
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…
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 wh…