DAB releated queries. #1524
Replies: 3 comments 3 replies
-
5. The default size is set to 100, but if you want more rows you can use the filter For your case lets say total count of rows is less than 500, then you can use the below request to get all the rows REST:
GraphQL:
|
Beta Was this translation helpful? Give feedback.
-
Hi @Madhan-Rommala, great questions :)
Haven't tried it, but welcome your contributions and experience if you'd like to try it out.
Hope this helps, Feel free to post any follow up questions you might have. Thanks |
Beta Was this translation helpful? Give feedback.
-
Thank you for your prompt responses and clarifications, @Aniruddh25 @abhishekkumams. Regarding #Q3, Can you share us the study document link of the performance testing. I had one more question:
Sorry for the stupid questions :) , but I'm new to Azure and want to learn about its new features and functionality. |
Beta Was this translation helpful? Give feedback.
-
Hi Guys, I had couple of questions related to Data API Builder.
The Data API Builder container image (version 0.5.34) was hosted within an Azure Container Instance (ACI) that I set up 40 days ago. On top of that, I created a couple endpoints on Azure SQL Objects. Now I'm wondering if there is any way to upgrade this container image with the most recent version 0.7.6. So I would like to understand, is there any workaround to upgrade DAB container image automatically. If not how to do manually?
In single Azure container instance, can we configure multiple databases connections at a time like Azure SQL SB and Azure Cosmos DB.? else do need to create a seperate Azure container instance to host Azure Cosmos db?
I would like to understand the performance of data api builder generated Data API's. Is DAB supports large data entities ? If yes, is there any study document for performance test?
Currently I'm using JWT token in order to access data api endpoints. But would like to see any other alternate option like user name & password in order to access those api's.
In postman client, Is there a way or sample code to retrieve all the data from api's in postman client or python script. currently it is fetching first 100 rows and for remaining records I need to use nextlink attribute.
Beta Was this translation helpful? Give feedback.
All reactions