Plugins & Extending Dataiku
-
Default Timezone for Custom plugin date parameter
Hi, I am trying to add a date parameter to my custom python recipe. The parameter in json is similar to one shared below. i get the value selected by the user using get_recipe_config() The problem is that the date gets adjusted for the timezone of the interface user. As i can have users from multiple timezones is there any…
-
Time series preparation: STL import error
Hello, I am working with a time series dataset and wanted to use the Time Series Preparation Plugin. However, I've received an STL import error. I tried to follow the steps in the following link but it did not work. In my case, I already had python3.6.…
-
Kobernate error when use OpenAI GPT
I have this error when I run open AI plugin on a csv file. It happens for anything that i request. There is no extra explanation. Would you let me know what is the reason?Oops: an unexpected error occurred Kubernetes job failed, exitCode=1, reason=Error Operating system used: windows
-
How to Extract weather data of past 2 years using OpenWeatherMap Plugin
How to Extract weather data of past 2 years using OpenWeatherMap Plugin? I want to find the temp and humidity of a location for past 2 years. Can i use the OpenWeatherMap API for the same? if YES, then how? and if NO, then what other options do i have in datiaku?
-
Time series with different start dates and end dates
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.
-
Return type of dataset component in custom plugin
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…
-
Importing Splunk data
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…
-
Time Series Forecasting- Code Environment Setup Problem for Required Packages Gluonts, Mxnet
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…
-
Dataiku compatibility with pystan
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…
-
exception for mandatory parameters in plugins and macros
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…