Plugins & Extending Dataiku
-
can we Obfuscating plugin code
obfuscating plugin code written in python and the code should run in dataiku platform Operating system used: all
-
changing python code env
I am unable to change my python code env, I was creating a plugin ,I am unable to test it because every time I run it Dss uses default environment even if I explicitly select my environment with has Biopython installed , any help? [2024/08/16-01:57:09.508] [ActivityExecutor-39] [INFO] [dku] running…
-
Salesforce Plugin - Reports only 2000 records
Hello, Title says it pretty much. Is there a way to get more than 2000 records when using the Report recipe with the Salesforce plugin?
-
I could not find these plugins: Missing plugin
I could not find these plugins:Missing pluginBundle was created on a design node with plugins recommendation-system-cbf, sentiment-analysis but they're not installed
-
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…
-
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…