Exclude column from API Test Queries and export result

Solved!
rawan_mohammed
Level 2
Exclude column from API Test Queries and export result

I was tasked with testing an API service for a prediction model and i want to exclude the label column of the data from the test queries (when adding the data from the dataset, i don't want the "label" column to be included in the test query) is that possible? i can't find much information on test queries online. 

i also wish to export the results of the test queries instead of manually typing them down.  


Operating system used: Windows 11

0 Kudos
1 Solution
Turribeach

Dataiku gives you ability to create and deploy API endpoints in the API node. These API endpoints are in effect REST APIs. The most common type of API endpoints is a Python function. So I am not really sure what your question is about but in essence you can create and deploy API endpoints in the API node. Once you do that you can call your API endpoint from anything that supports REST APIs. You can also call the API endpoint from Dataiku itself and write some Python code to test your own API endpoint, passing whatever values you want and retrieving and storing all your responses back in whichever way you want. Does this answers your question?

View solution in original post

0 Kudos
2 Replies
Turribeach

Dataiku gives you ability to create and deploy API endpoints in the API node. These API endpoints are in effect REST APIs. The most common type of API endpoints is a Python function. So I am not really sure what your question is about but in essence you can create and deploy API endpoints in the API node. Once you do that you can call your API endpoint from anything that supports REST APIs. You can also call the API endpoint from Dataiku itself and write some Python code to test your own API endpoint, passing whatever values you want and retrieving and storing all your responses back in whichever way you want. Does this answers your question?

0 Kudos
rawan_mohammed
Level 2
Author

yes! thank you

0 Kudos

Labels

?
Labels (2)

Setup info

?
A banner prompting to get Dataiku