We have an integration flow where we want to expose databricks data for querying through odata(webapp). For this piecedatabricks sql API <- Delta tables :
2 questions here:
1. can you share link/documentation on how we can integrate databricks <-delta tables? do we need serverless sql warehouse for sure for querying??
2. For authentication, we have chosen Oauth machine to machine authentication as per microsoft recommendation. in this process do we use external table to share the same delta table? OAuth machine-to-machine (M2M) authentication | Databricks on AWS