- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2021 05:10 AM
I'm using Azure Databricks Python notebooks. We are preparing a front end to display the Databricks tables via API to query the tables. Is there a solution from Databricks to host callable APIs for querying its table and sending it as response to front ends
- Labels:
-
AzureDatabricks
-
Python
-
Rest API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2021 08:43 AM
Hi @Nilave Chakraborty , please check if this helps you.
https://docs.microsoft.com/en-us/azure/databricks/sql/api/queries-dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2021 08:43 AM
Hi @Nilave Chakraborty , please check if this helps you.
https://docs.microsoft.com/en-us/azure/databricks/sql/api/queries-dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2021 12:28 AM
@Prabakar Ammeappin Thanks for the link
Also was wondering for web page front end will it be more effective to query from SQL Database or from Azure Databricks tables. If from Azure SQL database, is there any efficient way to sync the tables from Azure Databricks to Azure SQL database

