Hello All
I am new to Azure Data Bricks and trying to show the Azure data bricks table data onto UI using react JS. Lets say there 2 tables Emplyee and Salary , I need to join these two tables with empid and generate JSON out put and calling API (end point) to display the data onto UI (react JS). I have tried to create API using Flask but it is working.Can you please suggest best way to solve this