-
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…
-
How to Visualize Anomalies in Dataiku Similar to This Chart?
Hi everyone, I'm trying to create a chart in Dataiku to visualize anomalies in my dataset, similar to the example below: The chart highlights three categories: Good Anomaly (blue dots) Expected values (gray dots) Bad Anomaly (red dots) I have the following columns in my dataset: Date/Time (for the x-axis) Sales (for the…
-
delete
n/a
-
List all connection calls
Hi guys, Is there any way to list all calls that a dataiku connections. For exemple, i have a connection pg-teste-op and i need to know many times it was used, that is, how many datasets use this connection and the highest possble level of detail, such as wich job used the connection.
-
Running the script in analysis using the API
I have multiple dataiku models deployed in the flow. I want to refresh the model periodically using the API. The currently deployed model has custom features defined inside the analysis section of the lab. When refreshing the model, I want to copy these steps in the deployed model to the current model trial, create the…
-
Joining the files in 'Join With' recipes
Dear All, Is there any possibility to join more than 2 files at time? Or the Application behaviour itself, work like joining 1st & 2st file first, post the result; need to join with 3rd file. Even the venn diagram in the Join option show only 2 circles not 3 circles. Operating system used: DATAIKU
-
Automatic refresh or reload of source file from local /shared drive path in pc
I need to use DataIKU as ETL tool. We have uploaded our source data of excel format by using 'Upload your files' option. The issue is whenever the file gets replaced in the root path of our local/shared drive folder in pc, dataiku does not pick the updated file automatically. If there is any way to resolve this or another…
-
lanchpaud
Hello, I don't include in launchpaud, please help me
-
delete vs drop
Hi, currently I am working on a project which I have to collect data but it should be new and have the same schema with previous one but without keeping the past data how can I do this? Firstly, I thought that delete option will work for me but at the end, it didn't do what I am looking for; Thanks in advance Operating…
-
Got the error "API Key not provided" when call to python API endpoint
I have created a python function API endpoint in API designer, when I run the test query, it works well. After that, I created an API key for this API service, but when I call the public API endpoint via Postman (i found the guide here: https://doc.dataiku.com/dss/latest/apinode/first-service-apideployer.html) : URL:…