-
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
-
How to set the values of a CREDENTIAL_REQUEST preset of a plugin
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": "",…
-
Can we have API to manage plugins ?
Hello there, So far, there is not API to manage (install, uninstall, configure etc.) plugins: everything has to be done by hand, which is excessively painful and time-consuming when you need to install dozens of plugins on a new DSS installation ? Thank you !
-
Extract content of a scenario using Dataiku API via Python
Hi All, Need help on extracting content of a scenario using Dataiku API via Python. Like, I want to extract the SQL code or Python code whatever written in the scenarios via automated way. Thanks, Vamsi Operating system used: Linux Operating system used: Linux