Plugins & Extending Dataiku
-
Sharepoint Online Plugin
Looking for assistance with Sharepoint List Views. Anytime I try to bring in a view that I have created and saved in Sharepoint, the plugin doesn't respect the columns that are in my view. As a quick example, I created a view off of a default list that only has three columns, and the plugin pulls in some default set of…
-
Running Python code in Library from Dataiku Application
Hi! I am interested in understanding if it is possible to call a Python script in a Library that I linked with my GitHub, and call a module within that script to run it on a Dataiku Application. In other words, how do you call a Python script defined in a Project Library to the interface below which is defined in the…
-
Understanding dataiku.runnables functions : utils.make_unique_project_key
Greetings ! In the documentation, there is en example function for create project key when we create a new project : # The project creation macro must create the project. Therefore, it must first assign # a unique project key. This helper makes this easy project_key = utils.make_unique_project_key(user_client,…
-
External data catalog integration
Hi everyone, I'm looking for a way to integrate DataIku into a standalone Data Catalog tool. For example, DataHub. This stems from the fact that some initial data load and transformation happens inside the DWH through orchestration tool like Airflow and transformation tool like dbt. This creates initial datasets that are…
-
Dataiku Webapp "Answers" not working with Google Cloud LLMs
Hi, I am currently testing the feature of the LLMs in Dataiku DSS and I am using the visual Webapp "Answers" to test some models. I created the connection to Google Vertex AI and loaded the Gemini Pro and the Bison LLMs, the connection seems to work but when I test it in the Webapp it does not load. I am using the dataset…
-
Dash app OK in VS Code but does not work inside DSS
Hi, Everything is in the title. I have a webapp which is OK outside DSS (VS Code and local Python installation). The same script does not work inside DSS. When I lauch the backend I have an animation with a "Please wait". And after a couple of minutes I have this message : #————————————————————— Oops: an unexpected error…
-
install_plugin_from_archive sdk method - does not provides option to update already installed plugin
Hello My requirment was to install the plugin if it dos not exists and if it exists it should update the existing plugin. For the first part I was able to use "install_plugin_from_archive" method from sdk/client, but don't see any flag or separate method in update the already installed plugin. Can someone throw light on…
-
Send email plugin sends email one at a time and its very slow
Hey I'm doing PoC using send emails plugin, but when I tried to send 1.6k emails it took around 1 hr 26 min to complete. Is there better solution to this ? Operating system used: Linux
-
Updating packages of versioned code environments throught the API
I am working on a script which pulls up each code environment from the automation node and do a package update. When I run the script I am getting this version error, after get the latest version of the code env, update package() doesn't have an parameter for code version. How to specify a version in update_packages() ?…
-
can we Obfuscating plugin code
obfuscating plugin code written in python and the code should run in dataiku platform Operating system used: all