Team
We have internal chatbot service that will send query to data bricks SQL execution API.
Number of queries vary from 50 per minute to 100 per minutes. and we are trying to limit response size by applying limit 10. Basically trying hard to use all optimization techniques.
Do you see any challenge in that...? apparently i did not find any official document that tells about request limit in this api..............
Also if you see any challenge in this implementation , pls do let me know