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": "",…
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 !
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
This might end up as a product idea if it is not already, but is there currently a way e.g. via plugins to incorporate an internal foundation model with its associated API endpoints? Essentially, we are wanting to create a new LLM connection. Operating system used: Ubuntu 20
Hello, I have developed a project on Dataiku platform and I wonder, when I will conevrt it into a visual application, if users having "reader" license will be able to use it? PS: the user will need to upload a file and fix some variables. Thank you in advance,
Hi all, Would you comment on under what situation/condition, one should use a plugin's Preset vs plugin's Config. Thanks in advance
Create an account to contribute great content, engage with others, and show your appreciation.