Plugins & Extending Dataiku
-
Plugin WebApp Bokeh - Error not trust
Hi, I tried to follow the tutorial to create a plugin based on Bokeh WebApp : https://academy.dataiku.com/plugin-examples/513345 But I obtained this error "WebApp not trust" (cf error_screen) I precised that : * I don't tick a box "Require Authentication" in the webapp setings * I choose "Allow webapp authors to decide" in…
-
unable to install plugin via Python Api
I'm Trying to install a plugin through running this python code on dataiku server and i'm getting error of DataikuException: java.lang.Exception: Could not install the plugin this is the code import dataikuapi import urllib3 urllib3.disable_warnings() host = "https://carsidiiikusandbox1.car.michelin.com/"apiKey =…
-
Rolling up columns into JSON column# -*- coding: utf-8 -*- import dataiku import pandas as pd, numpy
Operating system used: Apple Operating system used: AppleHi there First post, relative newbie to Dataiku and trying to get my head around Python. [Before you ask!I know that I can do this as a recipe, but I am trying to upskill to Python ] So...I have a dataset called "TEMP1" which I want to create a new JSON column from 3…
-
Use parameter set for dynamic select in a macro
Hi, I am trying to implement a dynamic MULTISELECT (i.e. getChoicesFromPython:true) in a macro, using parameter set in order to provide credentials to contact an external service. I understand presets are reachable inside the body of the runnable, but I would like a confirmation / infirmation that this is indeed impossible…
-
OpenWeatherMap not working
I want to fetch the weather-related information for a location for which i am using the OpenWeatherMap plugin. I have followed all the instructions given in the plugin documentation. When i try to used the plugin, it gives me an error as attached. can anyone help? Operating system used: linux
-
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?