-
Publish and Create New Dashboard not working?
Manufacturing Data Prep & Visualization Quick Start Up to the Create visualizations and a dashboard stage of the Quick Start. When I hit the Publish button I see the following instead of what the example in the Quick Start shows. I'm thinking that hitting the CREATE NEW DASHBOARD button should have given something like the…
-
How can I access Recipe Run Options on a free tier?
Hello! I am pursuing the Advanced Designer learning path and at the Partitioning module I need to access Recipe run options, which is supposed to be next to the Run button, but I can't find it. Is it possible that this option might not be available on a free tier? Thank you in advance. Operating system used: Windows…
-
how to add calculated filters in Charts ?
I want to embed calculated filters (if x >1 set display color to blue, if x > 1.15 set color to yellow etc…) in a chart. Let's say Bar chart for example. I know how to add static filters but is there a way to add filter based on a calculation. here in this chart , each color is a parameter. I want to change parameter color…
-
Github Copilot on Code Studio
Hi everyone ! I tried my best to find an answer to this and I'm sorry if it's a duplicated question. Is there some kind of workaround to get Github Copilot working on the code studios or a way to link local VS Code to the code-server ?
-
Never mind
-
how to generate rows in DataIku
Hi Team, I want to generate some date rows based on a criteria in DataIKu like the attached screenshot from Alteryx This will generate a new column 'Date'. I came across below link from the community but there is no proper solution given in that. Any help would be greatly appreciated. Thanks Thanks & Regards Dil Operating…
-
Get a list of code environments that use a specific python package and the version specified?
Hi, We have an internal python package that gets used by dozens of code environments and we need to know which code environments those are and what version is present. Is there a way to do this with DSS? thx in advance Operating system used: Windows 10
-
Schema not imported when adding dataset to project
When adding a dataset to a Dataiku project, the schema didn't load and it is producing the error: Invalid argument An invalid argument has been encountered : Invalid number of columns in query (15, expected 0) SELECT * FROM "XXX"."XXX" LIMIT 10001. Please check dataset schema when trying to explore the dataset. Operating…
-
Guidance Needed: Building a SQL Chatbot in Dataiku
Dear Dataiku Experts, I’m working on a Dataiku project where I want to enable natural language interaction with a production SQL database — essentially, a chatbot I call the “Production Analyst.” The idea is that a user can type queries in natural language, and the chatbot will interpret them to perform production…
-
How to retrieve the test dataset used in the trained model With python?
Hello everyone, I am working on Dataiku, primarily using their API. I have trained my model and would like to retrieve the dataset that was used for testing via the API methods. Despite trying several methods, including get_train_info(), I am unable to obtain the test dataset. I don't want to export it; I just want to…