accessing delta live tables from c# application

arkiboys 9,706 Reputation points
2023-07-24T14:53:52.6966667+00:00

hello, In databricks I have created delta live tables and now I would like the c# developers to access them and be able to run select queries...How can they access these tables in databricks?

Thank you

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,517 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2023-07-25T15:37:02.7866667+00:00

    @arkiboys - Thanks for the question and using MS Q&A platform.

    You can use a Databricks SQL Warehouse and connect to it via ODBC (Configure the Databricks ODBC and JDBC drivers - Azure Databricks | Microsoft Learn) or call the SQL Statement Execution REST API (Run SQL statements on Databricks SQL warehouses with the Databricks SQL Statement Execution REST API - Azure Databricks - Databricks SQL | Microsoft Learn).

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.