Hello! I have a table with 3 columns: 1. Revenue Start Date 2. Revenue End Date 3. Daily revenue for the defined period of time I want to calculate the total daily revenue at for any date. Is there a plug in or maybe a python code that could help me to run this "multi time series"? Thanks! Sophie.
I am trying to create a small custom plugin in dataiku. It will only have a dataset component. Ideally it should call, for the lack of a better word, lets say an endpoint which returns data in the form of pandas dataframe. What should be my generate_rows method should look like, given that it returns a generator ? Let me…
Hi everyone I try to import Splunk data using the official: plugin. The problem is, that the plugin seems to assume all my Splunk data is ascii encoded, when in reality it is UTF-8. The plugin has no option that lets me specify the encoding. Since Splunk data is usually voluminous, I can't really solve the issue there…
Hi there, I am using the Forecasting Plugin to train a forecasting model for a time series commodities dataset. However, I have a few issues with regards to setting up a functional code environment for this plugin. In particular, DSS tells me that I need gluonts and mxnet in my environment in order to start the training…
Hey We were trying to execute some stan code on dataiku using stan.build and was facing issues. So we wanted a confirmation on whether the pystan is compatible with Dataiku. If compatible, what version of pystan is compatible with Dataiku. Please share some code snippets if anyone has worked with pystan on Dataiku to…
Hi All. Editing my question to help better understand. In a custom recipe or custom macro We have the option to define a parameter as mandatory "mandatory":true Can someone please help check if this option works properly for them in their custom recipe/macro. i.e. a value for the parameter must be supplied in order to use…
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…
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 =…
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…
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…
Create an account to contribute great content, engage with others, and show your appreciation.