-
Import multiple files stored in Sharepoint at one time
Hello, As shown in the image below, I have several Excel files stored in the Sharepoint site, my goal is to import all the files and later stack them into one dataset, is this possible? How, please. There are too many files that I can't import individually, and every week two files are added, so I want to automate this.…
-
Web app as a plugin usign R Shiny
Can I turn an R shiny web app into a plugin, and use it inside the LAB as a model view? or is it only possible with a standard HTML web app? Operating system used: Windows
-
Custom HTML Dashboard Plugin
I am using Dataiku to build predictive models. After building the model, I use that model to score a future dataset. I want to create an HTML dashboard plugin that inputs this scored dataset and displays the following information in different tabs. * Summary of prediction (# datapoints, MAPE, MAD, under and over…
-
Sharepoint connection and file parsing
I have successfully established a Sharepont Connection with my Sharepoint. But now, with a Python script i want to parse this sharepoint, in order to list the available files, and apply another python script to one of them. When i create a Python Receipe , it creates a header "Dataset' like: InputDLISSharedpoint =…
-
How to create reusable plugins to work with managed folders ?
We are trying to develop a plugin which should be able to read `n` number of files from a managed folder and put `m` number of files back to same or different managed folder, here `n` is not equals to `m`. To achieve that we have created a project and exported that as a plugin. But the issue is our flow is starting with…
-
How to fetch all Dataiku Plugins available into a dataset
I wanted something to be able to see all plugins as it is not easy to keep track of what plugins are available, when they get updated, when new ones come out. I knew DSS fetched the list of plugins somewhere so while I could have asked Dataiku Support to see if they would tell me I armed myself with the excellent Proxyman…
-
Javascript is being cached
Hello, I am developing a plugin with custom UI. However, the javascript source seems to be cached, i.e. the the javascript source does not seem to update even though I update the plugin using the Plugins menu in Admin Tools. the html files and json files seem to be updating. How can I solve this issue? Thanks,
-
dataiku plugin development
Problem statement : In dataiku Plugin , If I click add button it gives input field (parquet file details - source link, column names..) this will trigger automatically modify recipe.json & run recipe.py. Simply - add details in UI form and details be permanent until modified. That should make change in recipe.json . Right…
-
Plugin WebApp Bokeh - Error not trust
Hi, I tried to follow the tutorial to create a plugin based on Bokeh WebApp : https://academy.dataiku.com/plugin-examples/513345 But I obtained this error "WebApp not trust" (cf error_screen) I precised that : * I don't tick a box "Require Authentication" in the webapp setings * I choose "Allow webapp authors to decide" in…
-
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…