-
Extract tables from PDF
Hello community, to perform RAG, I want to extract tables from PDFs. I would like to do this using Dataiku plugins, but the quality is not what I expect. Do you know of other methods to do this? Thanks !
-
Change to Google Drive: Will this impact the Dataiku Google Drive Plugins?
All, I just received a notice from Google that they are change the way that Google Drive by API works. (See below for the note.). I'm wondering if this change is going to impact the way that any of the Google Plugins work. And if we think thatit will make a difference. What type of changes are folks considering to make. It…
-
Free for testing LLM API
Hi, do you know any of the LLM providers that proposes a free API with free prompts through Dataiku LLM mesh (on limited basis of course) so using one of the LLM recipes of Dataiku the reason why i ask this : i am teaching to students data science using Dataiku , i would like to have my students practicing Gen AI through…
-
Integrating Dataiku with Denodo
Has anyone created an integration with Denodo? If so, did you use a JDBC connection? How did you manage user permissions? Thanks! Operating system used: Red Hat
-
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]…
-
Issues with the Google Drive plugin: file not appearing in the Managed Folder in Dataiku
Hello everyone! I’m using the Google Drive plugin in Dataiku to read and write files directly from my Google Drive account. I managed to set it up, and it works correctly when creating datasets from Drive. However, I’m having trouble creating a Managed Folder in Dataiku that points to a file in Drive. Here’s what I do:…
-
Import from PowerBI to Dataiku
Hi community! I have a strange question. Is there any way to import data from a poweri workspace into Dataiku? I can do the other way around, export a dataset into a workspace but was wondering if there was an obvious plugin I am missing. Many thanks :) *Also, is there any limitation? i.e. Gen2 Dataflow only, semantic…
-
How to install TEXT PREPARATION PLUGIN
Dear Community Friends, Can anybody please help me in solving problem " How to install Text Preparation Plugin step by step ?" including installing dependency modules ,Profibus compiler, Regex Module in Python environment. I am using Windows10 with Dataiku 13 Free Edition . I am repeatedly failed in installing TP. when…
-
Dropdown list of Presets
Hello All, I want to create a plugin connector. The plugin will have two types of presets for simplicity will be A and B. the connector.json I implemented is this: "params": [ { "name": "preset_type", "label": "Preset Type", "type": "SELECT", "selectChoices": [ { "value": "A", "label": "A" }, { "value": "B", "label": "B" }…
-
Automate project deployments to Prod Instance
Hello all, I’m exploring ways to optimize and automate processes within Dataiku and have a few questions: Is there a way to automate the deployment of projects to Ops (operational environments) within Dataiku? If so, what are the best practices or tools/plugins to achieve this? What are some recommended approaches for…