-
delete api service using py api
Hi, i can't seem to find a method to delete an existing service with associated endpoints in the api designer using the python api. is there an alternative way?
-
Rename automatically a dataset & export several datasets at same time
Hello ! I have two questions concerning the Dataiku platform : I would like to automatically rename the name of a dataset (I a m a visual designer user) with he date of the day Then, I would like to export several datasets at same time on mmy desktop (thanks to a scenario for example) Does someone know how to do that ?…
-
Dataiku kafka connection
hi i want kafka connection from dataiku administration -> connections -> new connections -> kafka select I have configured NEW CONNECTION NAME and BOOSTRAP SERVERS according to the installed Kafka. However, I encountered the following error: "Connection to Kafka failed: org.apache.kafka.common.errors.TimeoutException:…
-
Housekeep reports
I have a managed folders where I am storing the custom report generated which is build every month. I would like to housekeep the older reports every 6 months. Could you please guide how can we do that?
-
How does Dataiku run a recipe from a scenario if the recipe has multiple outputs?
Let us say there is a python recipe with input as A and outputs B, C, D. I want to build the datasets B, C and D from a scenario. So, should I specify datasets B, C and D in the build step in the scenario? Will it run the recipe thrice to create each of the datasets? If so, is there a way to run the whole recipe from the…
-
LLM Response streaming in API Designer
Hey, I am trying to implement a stream API in the API Designer for having the ability to request the endpoint in stream mode for displaying LLM response in a chatbot UI. I took inspiration from Response streaming section of LLM Mesh - Dataiku Developer Guide but I am unsure what to use as a replacement of the print…
-
Haruyuki Yamada
dataiku13.0をインストールできたのですが一向に起動しません。なぜでしょうか?本当は13.2をインストールしたかったのですが。 Operating system used: Windows Operating system used: Windows
-
using pre deployment hook create a pv and pvc?
"I am trying to add a Persistent Volume Claim (PVC) to a Kubernetes deployment using a pre-deployment hook in Dataiku. Could you provide any documentation or steps outlining how to add a volume to a deployment through a pre-deployment hook?" Operating system used: windows Operating system used: windows
-
Difference in minutes and seconds between two date
Hi everyone, How can I get the difference in "hours" "minutes" AND "seconds" (example: 14:30:24) from two date? Example: Col 1: 2018-01-01T09:50:15.000Z Col 2: 2018-01-01T10:07:55.000Z Col 3 (difference): 00:17:40 Thank so much for your help Maxime
-
Identifying the Node Type in a DSS Notebook using Python
In Python, in a DSS notebook, I want to know if the code is running in the design node or the automation node. How can I do that?