-
How to get the list of Directories from the managed folder in R recipe of Dataiku.
Hi Team we are having a managed folder in Dataiku which we have created with the help of BOX plugin. Below is the configuration of the managed folder. Now, we want to get the list of high-level directories which are present in this managed folder using R recipe of dataiku. we don't need any sub directories name or any file…
-
Error in "from dataiku.snowpark import DkuSnowpark"
I'm trying to use Snowpark within Python recipe. from dataiku.snowpark import DkuSnowpark This works in DSS, but when I tried to run this code in local VS Code, it returns error "ModuleNotFoundError: No module named 'dataiku.snowpark'". I want to edit and run .py script in local VS Code through Dataiku extension. P.S. I…
-
How to create shareable preset
I want to create a preset that I can use to authenticate a Plugin API in dataiku. How do are go about this? Many users will be authenticating the Plugin API and I will like to create a unique preset for each user. Can I wrap api-key around this preset?
-
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…
-
Setting up Odata Plugin
Hi Everyone, I am trying to setup the Odata plugin. However, I am getting the following error If you have used this plugin or seen this error before, please reach out. Any assistance would be greatly appreciated. @Dataiku @Dataiku
-
ERROR: EXPORT FOLDER SHAREPOINT
Hi everyone, I meet problem about sharepoint. In particular, I build a flow and endding flow is share to my sharepoint. Before my flow run smothly, however recently, I can't share to sharepoint with Error: Failed to write data : <class 'sharepoint_client.SharePointClientError'> : Error (create_folder): The security…
-
How to use Send email plugin?
Hi, everyone. I want to send a mail using the Send email plugin. I set the field like this: Recipient (column): mail Sender (value): my_email@gmail.com Subject (value): Example Body (value): This is the body SMTP Host: smtp.gmail.com SMTP port: 587 But when I saw the output dataset, in each row(where each recipient's email…
-
Error loading XLSX file from Google Drive because "not a valid OOXML" - Google Drive Plugin
Hello, I am using the Google Drive Plugin (version 1.1.4) with which I'd like to load an .xlsx file from a Google Drive using a service account. However, I get the following error: "Failed to open Excel file, caused by: NotOfficeXmlFileException: No valid entries or contents found, this is not a valid OOXML (Office Open…
-
can't install xlsx library
Hello, I want to use the library xlsx in a r code. I tried to add it to the code env that I use, but once I add it to the list of packages to install, I got this error: " installation of package 'xlsx' had non-zero exit status". You can fild the log file attached. Thank you in advance for your help
-
Establish a dynamic connection between a dataset in Dataiku and Excel
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 available that connects Dataiku and Power BI dynamically. Please see the link below: Plugin: Microsoft Power BI | Dataiku My…