I try to run my plugin but I still receiving this message: Job failed: Error in R process: simpleError : parse error: premature EOF (right here) ------^ The log: com.dataiku.common.server.APIError$SerializedErrorException: Error in R process: simpleError : parse error: premature EOF (right here) ------^ at…
Hello! I am working on an NLP project and have been unable to successfully creating the environment for the Sentiment Analysis plug in on a Mac running OS Ventura 13.0.1 Operating system used: Ventura 13.0.1
Hello, I am trying to set up a connection between Dataiku and SharePoint using the SharePoint plugin. I want to use the SharePoint Online Site App Permissions method and have configured a preset with the (as far as I can tell) correct settings. When I attempt to build a SharePoint dataset using this preset however, it…
Hello, I've encountered an issue regarding varchar length a couple of times when using the custom SQL recipe. If I create a varchar field with an implicit length of x and then change the SQL to increase the length of the column (i.e to x+4) Dataiku throws an error saying the string is too long and would be truncated. The…
I have a webapp that changes variables when the user selects them. However i want it to send an error message when the user attempts to change the variables while a scenario is running. I want to write python code to check whether a scenario is running or not. I am not using an API as it is within a webapp in the project…
Hi, Is it possible to set the visibility of a plugin's parameters (type PRESET and STRING) based on a Dataiku project's variable? For example dp_variables = dataiku.api_client().get_default_project().get_variables().get('standard') my_var = dp_variables.get('my_var') "params": [ {"name": "my_preset", "label": "My Preset",…
Another issue. When I was installing the plugin, it wanted me to upgrade the pip, which I did then and selected that environment and associated the plugin with it. Run: C:\Users\AliyevZa\AppData\Local\Dataiku\DataScienceStudio\dss_home\code-envs\python\plugin_sentiment-analysis_managed\Scripts\python.exe -m pip install…
Folks, my former colleague Aurelien Ferriere encouraged me to cross-post this recording, originally from the Alation Community, here, since it showcases the integration between Dataiku DSS and Alation's Data Catalog Platform. https://youtu.be/aKUbzWL6c2w
The export button to save a python dataframe from a notebook to local machine is not showing any more. Is there a way to reconfigure this? Operating system used: Windows 10
Hi, I need to set the credentialRequestSettings values (type, authorizationEndpoint, tokenEndpoint and scope) of a CREDENTIAL_REQUEST preset: "params": [ { "name": "cdf_credentials", "label": "CDF credentials", "type": "CREDENTIAL_REQUEST", "credentialRequestSettings": { "type": "OAUTH2", "authorizationEndpoint": "",…
Create an account to contribute great content, engage with others, and show your appreciation.