Plugins & Extending Dataiku
-
Has anyone connected to an external database using the API Connect Plugin using API Keys?
I'm trying to connect to an external database using an API Connect Plug in but keep getting an error: Test failed: Failed to read from python dataset : <class 'rest_api_client.RestAPIClientError'> : Error 401: b'{\n "message" : "Missing authentication header.",\n "status" : 401\n}' Operating system used: Mac
-
Forecast Plugin - Error in R process: simple Error : parse error: premature EOF
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…
-
Sentiment Analysis plugin on a Mac
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
-
Sharepoint plugin - connection succesfull but fails anyway
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…
-
Dataiku Forcing Column Lengths Despite SQL Based Table Being Dropped
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…
-
Scenario status within a python webapp
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…
-
How to set Plugin parameter visibility
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",…
-
Sentiment Analysis plugin - Error No module named 'fasttext'
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…
-
Alation and Dataiku Integration
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
-
Export button missing
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