Plugins & Extending Dataiku
-
Setting environment in a python plugin
I created a plugin from a python recipe. For the recipe I use my environment based on Python 3.6 with some additional packages. When I try to use the plugin, I get the error that one of the packages cannot be imported, which I assume happens because DSS uses some default python. I tried to create an environment for the…
-
How do you use SQL Script in recipe as application
I have a flow where I use SQL scripts to create datasets (see image). I follow the instructions as described here: https://knowledge.dataiku.com/latest/courses/o16n/dataiku-applications/create-app-as-recipe.html The issue is that when the flow is converted to a recipe as an application, while the log reports that the names…
-
Get Git references for git managed plugins
I can't seem to find a way to programmatically get the git references for any git managed plugins. If there is a git managed library, the below code will return the git url, branch, last hash etc. Is there a way to do this for plugins too? I have looked in /app/dss/config/plugins/<project_key>/<plugin_key>/settings.json -…
-
Changing language for Sentiment Analysis Plugin
Hi, I was wondering if there is a way to use the Sentiment Analysis Plugin in other languages. In particular I was thinking about using it on German text. Kind regards
-
Can we pass a dynamic list in SELECT Parameter based on the value entered by user in other parameter
Hi, I am trying to pass a dynamic list in select parameter (parameter-b) based on the text entered by user in a string parameter (parameter-a). I am not sure how to do this. I am able to pass a list in select parameter using the following code: import os def do(payload, config, plugin_config, inputs): load_file_list0= [i…
-
Forecast Plugin - error in partitioned dataset - MAE
Hello! I'm using the Forecast plugin to predict the monthly sales for many stores, so the dataset is partitioned by store and all the flow is in a scenario. In the second recipe of the plugin (Train models and evaluate errors on historical data) I select all the models except Seasonal Trend, in Expert Mode. In the…
-
Boolean custom field returns True value while Groovy expect true
Hi I created custom field from type Boolean, and I see the returned value is True or False. However, when I'm trying to use this variable in my JenkinsFile (from type: groovy), it doesn't works as groovy Boolean type holds the values: true or false. do you plan to support it?
-
Verify custom field string syntax
Hi I've read this article: custom-fields And I was wondering how can I verify the input of String type? I want it to get only version (as example '3.2.1'), and if not, it should throw exception I guess it should be done thought the python-lib folder, and using the `from packaging import version`
-
Plugin for Community Edition
Can I use SAP OData plugin and PowerBI plugin with community edition
-
Excel data from OneDrive to Dataiku
Hi all, How can we bring excel data from OneDrive to Dataiku?