Plugins & Extending Dataiku
-
Recipe Plugin - Angular Recipe - Importing angular MatTableModule
Hello, I want to add a dynamic table with filters on the plugin configuration page. For that we can use the MatTableModule. But I am not sure how do we import MatTableModule or any module in recipe plugin. Appreciate quick help.
-
Accessing root node
Hello, I am wondering if there is a way to access the root node of any specific/selected node in the project flow? (Root, not the direct predecessor/s) Operating system used: Windows
-
Custom Charts Using Dash
I am trying to create a custom chart on Dataiku using dash. Whenever the chart is loaded Dataiku tries to run the webapp but it always doesn't find dash and asks for a code env that includes dash. The code env I am using for the project does include dash. Is there a way to define a code env for charts? Or are custom charts…
-
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)…