-
visual application - "reader" license
Hello, I have developed a project on Dataiku platform and I wonder, when I will conevrt it into a visual application, if users having "reader" license will be able to use it? PS: the user will need to upload a file and fix some variables. Thank you in advance,
-
Plugin development - When and why one should use plugin's Preset vs plugin config
Hi all, Would you comment on under what situation/condition, one should use a plugin's Preset vs plugin's Config. Thanks in advance
-
set jdbc path
Hello, I used Instance templates Setup actions. To install jdbc. I've installed first version which was not accepted by dss design as recent built. I chnaged the version then reprovisonned instances. When I try connect, it found the first jdbc not the second. How to found the first by path? DSS_DATA_DIRâââ…
-
Parameterize email in Scenario
Hello Any idea how to pass the email address during runtime to the scenario for job reports delivery instead hardcoded in the scenario steps. Regards,
-
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.…
-
Upload local file to managed folder
Hello, I need to upload files from my local machine to a managed folder on DSS. I looked into creating a WebApp and converting it to a plugin, but it didn't work. I want to be able to use it in my flow as a recipe or plugin and kick off import as part of the flow. Is this possible? Thanks! Operating system used: Windows
-
Plugin's visibility condition and mandatory field
Hello, I am creating a connector in a plugin. First, we have a drop down for the parameters. Then, based on the selection, we display other parameters (using the visibility condition). I want to make some of these new fields mandatory. However, if the user choose one parameter from the drop down, the other parameters not…
-
Using the next page url provided in the API Plugin
Hi all! I'm trying to access the list applications endpoint of the Greenhouse API with the API plugin. The endpoint uses pagination and a next page is provided in the header. I've tried different setups with the API plugin, but I can't get it to work (while it works with a python script). The error I get is: Failed to read…
-
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…
-
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