Plugins & Extending Dataiku
-
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?
-
Jira connection
Hi, I am trying to connect to a Jira board through the plugin, but I seem to be doing some incorrectly and I don't understand the error message. I have the domain and all the api token in place the described in the plugin documentation, but I am not able to pull anything. Any idea what I am doing wrong? I am not sure about…
-
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 =…
-
api connect plugin
Anyone out there using the API Connect Plugin? What sorts of successes and challenges have you had with this tool? In particular, I'm interested in how bulk data can be received from various APIs. Key issues are both performance and reliability.
-
Unable to create a new directory inside the managed folder 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 create a new directory inside this folder with the help of R recipe of Dataiku. As of now we are able to read and write any dataset from this folder with the…
-
Write mlflow logs to a managed folder
I am trying to use mlflow with dataiku and trying to write all the experiment tracking logs and metrics to a specific folder. I can see the folder in the flow, but the logs and metrics dont appear there but it appears in the dataiku's ExperimentTracking UI. What's wrong in the code doing this? project =…
-
Trying to create google cloud connection to my Local Dataiku project.
Hi, I am trying to create google drive cloud connection to my location project. and I'm straggling to get the below, * In the Authorized redirect URIs section, add the domain of your Dataiku instance redirection endpoint. The structure should be https://<<your instance domain>><<:port number if not…
-
getChoicesFromPython in plugin python probe / metric
Hi, Is it possible to use getChoicesFromPython in a python probe / metric in a plugin ? It looks like it doesn't work. https://doc.dataiku.com/dss/latest/plugins/reference/params.html#dynamic-select-using-python