Plugins & Extending Dataiku
-
Adding a Pipesim model in Dataiku
Dear all, Do you know how to get a pluging to upload a well model in Pipesim?. How can I run and get data from that model in Pipesim? Than you in advance for your kind attention. Regards, Sandy
-
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…
-
How to pass on inputRoles & outputRoles in recipes.json?
Hy All - Im trying to write a plugin and it doesn't need input and output datasets defined. Turns out Dataiku wants at least the OutputRole So, I go ahead and leave that one in the json file: //"inputRoles": [// {// "name": "input_dataset",// "arity": "UNARY",// "required": false,// "acceptsDataset": true//…
-
Dashboard Public API?
I'd like to retrieve the complete list of dashboards in the system via the Public API - by project is probably fine. I'm struggling to fine an API for this? Can anyone help? Herc
-
Could I have a plugin with Visual Analysis as an output?
Hello, I created a plugin that runs an amount of ML models and ideally, I want to have as an output Visual Analysis with the selected ML models of the plugin. Is that possible on Dataiku? And if that's true, there is any documentation to look on ? Thank you
-
Sentiment Analysis Plugin Error
Hi, I tried using the Sentiment analysis plugin, but I encountered an error/problem when running it. Screenshot below is the error. thanks for the help
-
Using multiple versions of a plugin at the same time (branching??)
Hello Community. I have a question regarding the usage of plugins. We are developing some plugins, and were wondering if it is possible to use multiple versions of the same plugin at the same time. As an example, we would like to compare the outcome of newer version of the plugin, with a previous version to see the…
-
Accessing the shared folders in Onedrive
Hi, Am able to access my OneDrive connection and view the folder structure and the files in Dataiku via the Plugins. But unable to view the folders shared by my peers in the same domain via Dataiku plugin. I see some permissions issue but unable to find out. I see the shared folders in OneDrive. Any help pls? Thanks, Sudha
-
code environment problem
Hi, I am trying to start the hands on Advanced Designer Certificate. I am trying to set up the Text visualization plugin, but I get the follwing warning. Code Environment This plugin will not work until the code environment is properly setup and all dependencies are installed. This plugin requires a dedicated code…