I have a fairly simple use case in databricks, have a small dataframe which i need to access via api (few api calls in a minute).
exploring various ways under databricks ML flow, but not sure whats simple and easiest way to implement, so dataframe can be accessed or queried using API
df #dataframe or can be converted to delta table
Can create personal token, which can be used to for authentication.