Plugins & Extending Dataiku
-
Using Neo4j plug-in to create relationships duplicates nodes
Hi, I have created unique identifier(s) for two types nodes in my graph. I first push the data on the nodes into Neo4j, using Export nodes recipe: Primary key is set to a column containing the unique identifier for the node. Then I push the data using the Export relationships recipe. Primary keys for source and target are…
-
Return error on project creation macro
Hi Folks, As a project creation macro, output must be resultType = "JSON_OBJECT". I want to catch some error during the execution and then return specific return messages. Is it possible ? Something like : return json.dumps({"error": project_key})Thanks in advance. Best Operating system used: alma linux
-
Ask support docker image os
Hello Support Dataiku supported docker base image os is Centos7 or almalinux8 in my understanding. Can I use Ubuntu OS for Basic Image ? Following above document, I can't find restriction of docker Image's basic OS. regards.
-
Text Preparation plugin Error in Python process: No module named 'spacy'
Hi, I am getting an Error in Python process: At line 4: <class 'ModuleNotFoundError'>: No module named 'spacy' when trying to run Text cleaning. See the attached file for the full log. Initially, it wanted me to upgrade the pip when I tried to create an environment. I did this, then selected that build and linked it to it.…
-
403 Error when connecting with SharePoint plugin
I'm trying to connect my sharepoint page with my workflow but I'm getting a 403 error: Failed to stat path '/' : <class 'sharepoint_client.SharePointClientError'> : 403 Forbidden. Please check your account credentials. (get_folders) I already checked my account credentials and all the information needed for the…
-
Way to store certificate and key securely without using folder
Hi ! Our plugin needs certificate and key(types of which is not supported as dataiku dataset) for authentication purpose to fetch the data . I'm giving these by creating a folder in a secure location(using project connection, macros) and attaching it to plugin as input and specifying in UI the file names it should look for…
-
Can we download Dataiku datasets into our local machine programmatically?
I want to programmatically download the output dataset of the flow into my local machine. How can I do this? I tried following some suggestions from Chat GPT, it doesn't work. I get max retries reached an error. Can anyone help me with this? #Import libraries import dataiku import requests import os from requests.adapters…
-
user interface?
Greetings,Hope this finds you well.I have a question. Let's say I created a flow. I now need to create a user interface to run it from A to Z. I also want to take some inputs from the user. Is that possible? If yes, how?
-
Grafana Dashboard in Dataiku
Hi, Do you know if it is possible to embed Grafana dahsboard inside dataiku ? maybe using webapps ? Anyone has tested this before. The idea is to have ETL flow in Dataiku and also embed the visualisation layer through Grafana. Thanks Operating system used: Win10
-
How to get the handle of the current plugin?
I'm developing a plugin and I'd like to get the handle of the current plugin to get its name and settings. Similar to client.get_default_project() to get the current project. Also, is there a way to know which scenario is triggering the plugin? Is there any way to achieve this?