Plugins & Extending Dataiku
-
Read an img from library in a Web App
I 'm trying to access my img uploaded in the project and print it in a web app but I can load it for some reason. image= dbc.Col([ html.Img(src="/app/dataiku/DSS_DATA_DIR/config/projects/<project_name>/lib/img/<my_img.png>", alt="img_didn't load") ])
-
dkuSourceLibR() results in error
Please see my attachments. I have a file called "run_MI.R" that is in the R folder within libraries. I try to call the file with dkuSourceLibR() but I get an error (attached). Please advise.
-
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…
-
Is there any way to programmatically add a plug-in recipe to the flow?
Hi Experts, I was looking through the Dataiku API but couldn't find any way to add plug-in recipes to the flow using python code (e.g. in Macros to build a predefined Flow). Have I missed something and is there any way to do that? Thank you for your help! Shi
-
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?
-
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