-
Bug - CTRL+Z Erases Text on Dataiku
I accidentally pressed ctrl + Z after opening a Wiki article and it caused all the text to be removed. I'm on DSS 8.0.2. This also happens within SQL queries and the Library Editor. Is this intended behavior? Here are the steps to reproduce with the Wiki: 1. Create Wiki article with some text and save 2. Navigate away from…
-
How to get Sigmoid Platt scaling parameters used in Dataiku visual analysis Probability Calibration?
Hi Team, In the current MLOps pipeline which we are using for Model Development, we often have the need of re-calibrating the propensity so that we can have correct scaling. For this we are current using Platt Scaling which can be switched on or off from the portal as can be seen here - However , for this feature we…
-
How do I get created and modified dates fro an artifact in Dataiku Govern API
I can see this information in the timeline in the UI, but doesn't seem to be in the data returned by: ar = client.get_artifact('ar.26421') print(ar.get_definition().get_raw()) Operating system used: Windows
-
Collaborative use of code studio template
We have recently starting working with code studio templates in order to create streamlit webapps on Dataiku. We quickly realized that while each (non admin) user can create their proper code studio instance from a specific code studio template without any issues, it is not possible for multiple (non admin) users to have…
-
Using large context for a Gen AI prompt
Hi, I'm trying to create a prompt to ask questions to a LLM and get an answer based on 5,000 reviews for a product. I know there are ways to classify or perform sentiment analysis, but what I want to do is to ask an LLM a question about the whole bunch of reviews. I tried using RAG, but it is my understanding the this…
-
Trigger on scenarios
Hello, I want to build a dataset using an append mode at the end of each month, triggered by a scenario. For this, I’ve created a custom SQL trigger that checks if the essential tables are updated by returning 0 or 1. However, this SQL code takes around 15 minutes to execute. To optimize this process, I’d like the trigger…
-
Performance issue using 'Group by' and 'Join' with CSV file
Hi, I have migrated from SAS to Dataiku, but having some performance issue. is there a way to solve the performance issue, using Dataiku for data 'group by' and 'join' recipes with CSV file?
-
Collating evaluation stores.
Hi I have 6 different models and for those models I have 6 different evaluation stores, is there a way to collate all these 6 evaluation stores and create a single collated evaluation store? Operating system used: Windows Operating system used: Windows
-
I need to find string in the text and truncate text untill this string
Operating system used: windows Operating system used: windows
-
dataiku API designer support upload files?
https://community.dataiku.com/discussion/12910/how-to-upload-a-file-through-api-designer is same question like this one, in 2021, You are correct that API services will only accept the query parameters as JSON objects, so uploading a file using multipart/form-data is not possible at the moment. I not sure now is 2025 any…