-
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…
-
Programmatically creating prepare recipe
I am looking at this GitHub repo: https://github.com/dataiku/dataiku-api-client-python/blob/master/dataikuapi/dss/recipe.py#L1393 and found that you can actually create a prepare recipe programmatically with the add_processor_step method. Obviously with the prepare recipe, we would need to list the steps that we want to…
-
Trigger dataiku scenario with airflow
Dears, I see on this forum, it is possible to trigger a dataiku scenario with external python script by API dataiku. (https://community.dataiku.com/t5/Using-Dataiku/Trigger-and-Create-Scenario-using-External-API-s/m-p/19127) I would like to know if is possible to trigger the scenario with Airflow ? if someone already do…
-
Plugin Icon
Is it possible to have our own plugin icon in DSS
-
Different types of icons for Dataiku plugin
Hi, I created a Dataiku plugin and now I want choose a specific icon for it. I believe this is a part in a config that I should change: "meta" : { "label" : "recipe_label", "description" : "...", "icon" : "icon-puzzle-piece" }, I guess I have to change "icon" parameter. What are the possible options for it?