-
Dataiku Answers get error
Hi team, I am trying to use Dataiku Answers to build a QA chatbot based on a knowledge bank that I built. After deployment, I can see the chat UI was OK, but when I ask a question, there was error to get response. The question I tried was successful in Prompt Studio. I attached the backend log here. Can someone help me…
-
A user is trying to execute a python recipe and get the attach message. How to we fix that?
He can log in to dataiku web and is in the developer group. He also has the right to pyhton code env. Thanks. Visanu
-
Any way to overlay "events" on a chart in my dashboard?
Hello, I am wondering if there is any way to overlay some custom text "events" on my charts. Effectively something like the below: or this: I don't need anything too fancy, my use case is that I am plotting some attributes, let's say # new users and I want to manually mark some events, eg "marketing campaign x" etc thank…
-
Extract ID out of a column
Hello , I'm trying to extract the numbers after the / (but it's not always the first / ) and it's not the end of the url... In exemple i only want the Bold number /33988-329055 I though an extract would work but it doesn't... Could anyone knows why ? Thanks
-
Add users and grant permissions via dataikuapi for Projects
hi Team, Do we have any programmatic way to add and grant permissions to users for projects via dataikuapi? (i.e) project.add_users via dataikuapi? project.get_permissions()['permissions'] Thanks, Thiagu
-
Remove columns by pattern
Lets say I want to remove all the columns that contain the word "Spot" in them. How would I do that. I cannot figure out the syntax for Remove columns matching.
-
How to import a plugin after a dataiku instance change
hello, I initally had a devlopped plugin available in a specific Dataiku instance. We had to change the dataiku instance . Is there an easy way to reload or import this previous plugin in this new instance? Thank you
-
On opening/loading, python notebook gives Out of Memory error
Hi, When I try to open a python notebook, screen freezes after couple of seconds and finally throws error saying "Out of Memory". Any suggestions to resolve this issue is appreciated. Thanks. Regards, AJ
-
ELT best practices? (workspace, intermediate data sets, views...)
We are preparing a SAS to Databricks migration and we are considering Dataiku as a low-code ETL for non-technical users. Dataiku feels very close to an awesome experience but there are a few issues that make me worry about the sustainability of such an approach. Do you have recommended best practices to mitigate those…
-
Elasticsearch index with custom settings?
Hi community! I am wondering how I can create an Elasticsearch index with custom settings for the analyzer, filter and tokenizer. The documentation (doc.dataiku.com/dss/latest/connecting/elasticsearch.html) mentions "you can use an index template before building the managed dataset for the first time", however, it does not…