I have a use case where I need to run a set of notebooks developed in Azure Databricks (that performs several queries and calculations), but the end user (non-technical) needs only the final result, displayed in a web page.
I searched the Azure Databricks APIs but didn't find anything about programmatically running (and getting the results) of notebooks.
Did someone already performed some task like that?
Is there a REST API that allows developers to execute Azure Databricks Notebooks (or some kind of Library for Node.js)?