Is it possible to have our own plugin icon in DSS
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?
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…
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 =…
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.
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…
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 =…
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…
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
For anyone out there moving to Dataiku 12.4 be aware that there is a breaking change in Dataiku 12.4 API. Dataiku has decided to add add timezone to their date/time objects returned by the API so if you do any sort of date/time calculations with the API date/time fields you might get an error. The following sample code:…
Create an account to contribute great content, engage with others, and show your appreciation.