Plugins & Extending Dataiku
-
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…
-
Error in python process: <class 'ValueError'>: Numeric feature score_2 is empty
Trying to run a Recommendation system, I received this error not allowing to run the job. Received this error message, checked the database and all fields are with information. [01:16:18] [INFO] [dku.utils] - *************** Recipe code failed **************[01:16:18] [INFO] [dku.utils] - Begin Python stack[01:16:18]…
-
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() ?…
-
Why is there a limit of 75 Columns for Power Bi Exports?
I have a data set that I want to export to power bi. It will not let me export a file with more than 75 columns. Do not answer cut the file. I am not doing that. There is no problem exporting a dataset as a hyper file and using it as a data source in my tableau server. There should not be a problem with Power Bi.