-
DataIku suddenly stopped working
Oops: an unexpected error occurred Unknown error All recipes stopped working and unexpected error occurred with HTTP code: 431, type: unknown Operating system used: Mac OS
-
2 Features I desperately need added to Dataiku
Appending to output dataset in python code recipes. Currently the way to do this is with a check box in the settings of the recipes that says "Append instead of overwrite". However- this is limiting and does not have good functionality with respect to potential schema changes (this button has caused significant data loss…
-
Display HTML File Content in a Dash Webapp
Hello everyone, I am working on a Dash web app to create a chatbot using RAG. I have stored my HTML files in a Dataiku folder. When the LLM responds to the user, I display the sources of the documents (thanks to the metadata in the embed recipe) as file paths. However, I would like to display them as hyperlinks that open a…
-
Can you please help with the documentation on spark vs dss engine
Hi Team, Requesting your urgent attention to help us with the official documentation on spark vs dss engine with actual scenarios. Primarily we are looking when to use what. What are the recipe which fit good for spark engine? Secondly if a dataset is small why spark engine consume more time then DSS engine?
-
How to know which data are used in a flow
I would like to know which data is used in a flow. For example, my input dataset contains 10 data but only 4 are needed for calculations; I want to be able to identify the 6 "useless" data. Do you have an idea to do this ? Thanks
-
i have created an "sql query change" trigger in my scenario but i dont see any runs that is activate
i also see in the bottom of the trigger that is was trigerred on …. (one minute ago) and again i dont see this run why?
-
Deep Learning Model didn't use GPU
hi everyone, Dataiku detect my gpu, but when its in the process of fitting model it said that "Requested GPU but no device is available, using CPU". Below i attached my code environment, nvidia-smi status, and the diagnostic statement. Operating system used: Ubuntu 22.04
-
Issues with Importing Excel file
Hi everyone, I'm currently uploading an Excel dataset into Dataiku. When I select "single datasheet," some Excel files are importing all of my columns correctly, but others are not. Can anyone explain why this might be happening and suggest how I can fix it? I am looking for a dynamic solution using Python, so the input…
-
How can I change the default location where a .conf file is created to any custom location?
Hello Community, I am using the great expectations package in a dss project for my Data Quality checks. I have already installed it in my code env and using it in a python script for the time being. Even though, the package properly runs in a python notebook when I save it back to recipe I get the following error: " Job…
-
RAG Webapp
Hello everyone, In my Dataiku Flow, I have a RAG setup that includes embeddings and prompts. I’d like to replicate this process—achieving the same results as in Prompt Studio—in a Dash web app. The goal is to reuse the knowledge base built in the Flow and leverage the augmented LLM created by the embedding recipe. Does…