Plugins & Extending Dataiku
-
Tableau Hyper Export
What is the format for writing URL and Site ID in Preset for connecting with Tableau Server Operating system used: Windows
-
R Library in Plugin
I'm creating a custom R recipe in a plugin and I want to include a library folder. Is there a way to do this like how we have a python-lib folder with all .py files and use from-import to have the method imported in the recipe.py file?
-
Getting error when adding the plugin recipe around the Environement Image
Hello Dataiku Community, I have created a new Plugin recipe with Python37 and added some dependencies. The creation of the environment was successful. But when I Build the added plugin to the Flow after clicking on Created it gave the following error. Not sure where the error is coming from? Appreciate any pointers or…
-
App recipe converted to a plugin
Hello team, I am working on developing a plugin, by converting an app recipe to a plugin. This creates a descriptor file, app.json, and project.zip file(this file has all the app recipe components). I am attempting to use the plugin and have version control. However, there is a limitation in dataiku that it does not expose…
-
Tableau Hyper Export Error: No module named 'pwd'
While exporting data through Tableau Hyper Export Plugin I'm encountering following error which says No module named 'pwd'.
-
Error opening data file /usr/share/tesseract/4/tessdata/eng.traineddata
I am trying to use Python notebook template "image processing for text extraction" for my custom requirement. I followed steps mentioned in Plugin documentation of Tesseract-OCR and from notebook I also set plugin code env and before running my code I just restarted kernal to make sure everything work properly as a normal…
-
Time Series Plugin
Hello, I want to replicate the work of the Time Series Plugin. Namely, I want to fit STLDecomposition models, save them, reuse the later in my flow. I need help saving and retrieving the models: I don't know how to save the models as pickle binaries, and I don't know how/where to store/retrieve them. I tried (and failed)…
-
Plugins in Application Designer
I have created a plugin previously in development. I am attempting to use the feature in Application designer window > Actions> Create or update plugin application. In the Convert to plugin recipe window > Target Plugin> Existing dev plugin. The idea is to update the previous plugin after making changes to the app recipe…
-
How do I get a file imported through the sharepoint plugin to update in Dataiku?
Hello- We have successfully installed and configured the sharepoint plugin and uploaded a file to Dataiku. We want to use that as a source for a flow and integrate it with other data. This works but it doesn't update in Dataiku after updates to the file occur in sharepoint. How do I get Dataiku to pick up updates to this…
-
How to add partition to dataset plugin
Hi, I have a dataset plugin , I want to add partition to my plugin, but i don't know how to make the tab partitioning appear on it event when i implement some code on partitioning function. regards,