-
How to get the list of items of default zone using python?
This is my code and 'Data Pool' is my default zone and it has more hen 10 tables but it is not fetching the list of items for default zone. however it is working for other zones but not for this default zone. Operating system used: Windows Operating system used: Windows
-
why I can't overwritte a table from dataiku
Hello everybody, I have a table "my_table" in my database. I import my_table in dataiku and I realize an outer join to complete the value from two columns in my_table. In output of the outer_join, I create a file system. After that, I used the "sync" recipe to put the result of the join in "my_table". The "sync" recipe run…
-
VISUAL RECIPE
Hi, Is there a way to exclude the column used to Split the dataset in SPLIT recipe without using prepare/precomputed column
-
How do I reach Sales to ask a pricing question
I've done the "Contact Us " thing twice now over the last two weeks and still not heard from anyone. Does the Sales department still exist at Dataiku?
-
model’s performance on the train portion of the dataset
Hi everyone, I’m trying to figure out where I can find my model’s performance on the train portion of the dataset in Dataiku. I can easily access the test set metrics in the model interface, but I don’t see where Dataiku shows the scores computed on the training set (AUC, F1, etc.). Are these metrics available directly in…
-
Read xlsx. File from managed folder using Python
Hi team, I'm using a Python recipe in Dataiku to read a specific .xlsx file from a managed folder, but I'm encountering an error when trying to load the file into a DataFrame. Here’s a simplified version of my code: folder = dataiku.Folder("FOLDER_ID") file_list = folder.list_paths_in_partition() last_month_str = "YYYYMM"…
-
Failed to read data from DB
I have an empty prepare recipe, used to copy a dataset from mysql to an oracle database before the job was executed but since one week it's turning into error , i tried a sync, and i am getting this error Failed to read data from DB, caused by: SQLException: Query failed : Query exceeded distributed user memory limit of…
-
set up redshift connection
Operating system used: RHEL8 Operating system used: RHEL8 Operating system used: RHEL8
-
Dash and Standard Webapp
Hi community, I am currently using 13.4V of Dataiku where I don’t have access to the API services. About my Agent Code: I have created a multi-agent system in Python where each agent performs a specific task sequentially: Agent 1 – Searches for relevant content based on user input. Agent 2 – Extracts the required context…
-
SQL Query Recipes using API
I'm struggling to find good code examples on creating SQL query recipes via API version 14 (or compatible). I'm trying to get subsets of data pulled from a SQL table dataset into separate Azure blob datasets for consumption by other parts of our application. It seems like it should be straight forward to find examples, but…