-
How do I set the logging level for Python recipes?
import logging logging.basicConfig(level=logging.ERROR) I have already tried the code above, but my recipe Python output still shows logs DEBUG and INFO. It means it is very hard for me to find the output from my tqdm progress bar. I am using DSS 13.3.3 Operating system used: Linux Operating system used: Linux
-
snowflake connection is working fine from Dataiku , however fetching the table preview throws error
Failed to read data from table Failed to read data from table, caused by: SnowflakeSQLException: JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.RootAllocator at…
-
How do I send an email to the user based on a condition on count of records in a dataset?
hi, After reading the documentation, I came cross the "Compute metrics" step in Scenarios, but how do i retrieve the count of the dataset using ${stepOutput_the_metrics}? And then if the count is more than 0, I want to trigger an email to the user. I am on DSS version 13 Any help is appreciated. Thanks Operating system…
-
"Training failed" Error in Machine Learning Quick Start Project
I just installed Dataiku 13.3.3 (Free Edition) on a MacBook Pro (MacOS 15.3) using Chrome as a browser. I am going through the Machine Learning Quick Start project following instructions in Dataiku Academy. I am getting a "Training Failed" error when training the model with the error message below. I suspect the issue has…
-
How to use LLM Mesh work with LiteLLM
Hi, I'm working on an Agentic Gen AI project using the crewai package, which uses LiteLLM as the engine to connect to various Gen AI models. I would like to use Dataiku LLM Mesh, but it seems that it's not compatible with the LiteLLM. I tried to use the DKULLM and DKUChatLLM, but both of them are not working. I'm on…
-
How do Preserve chienese text format during CSV to dataiku load?
I'm using Dataiku version 13.1. I have a text dataset with around 2400 rows, mostly it's in english but around 100 rows contains chines character. My data is in csv format. I need to perform GenAI task on my dataset & load back to it to CSV Chinese characters are converting to english characters while loading data from CSV…
-
Data not writing to dataset in Python recipe
I created a Python recipe that I get data from an API. I save the response to a panda dataframe, but when I use the DataSet.write_from_dataframe to write the dataframe result my output dataset. The rows is written, but the row is empty when I check the dnb_duns_detail_json dataset. Operating system used: MacOS
-
Best Match for Fuzzy Matching
Hi, I am new to DataIku and trying to find areas of overlap in 2 datasets using fuzzy matching. Is there a way to get a numerical ranking for how close matches are, so I can identify the highest matches and remove duplicate suggestions if needed? Thanks,
-
Issue with Python script appending data in Dataiku project
Hello, I have an issue with my Dataiku project. I wrote a Python script that appends new data from the input dataset to the output dataset. I think the problem may be related to recursion in Dataiku. Could you please suggest a solution? Thank you in advance!
-
How write the rmarkdown report created in dataiku to a managed folder?