Plugins & Extending Dataiku
-
Updating packages of versioned code environments throught the API
I am working on a script which pulls up each code environment from the automation node and do a package update. When I run the script I am getting this version error, after get the latest version of the code env, update package() doesn't have an parameter for code version. How to specify a version in update_packages() ?…
-
Why is there a limit of 75 Columns for Power Bi Exports?
I have a data set that I want to export to power bi. It will not let me export a file with more than 75 columns. Do not answer cut the file. I am not doing that. There is no problem exporting a dataset as a hyper file and using it as a data source in my tableau server. There should not be a problem with Power Bi.
-
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.…