Is it possible to connect to databricks deltalake tables from adf

后端 未结 3 1932
渐次进展
渐次进展 2021-01-24 12:27

I\'m looking for a way to be able to connect to Databricks deltalake tables from ADF and other Azure Services(like Data Catalog). I don\'t see databricks data store listed in A

3条回答
  •  天涯浪人
    2021-01-24 13:07

    You can but it is quite complex. You need to use the ODBC connector in Azure Data Factory with a self hosted runtime.

    ADF can connect using ODBC (https://docs.microsoft.com/en-us/azure/data-factory/connector-odbc). It does require a self hosted IR. Assuming you have the right drivers installed you can configure the ODBC connection to a Databricks cluster.

    The connections details for the ODBC settings can be found in cluster settings screen in the Databricks workspace (https://docs.microsoft.com/en-us/azure/azure-databricks/connect-databricks-excel-python-r).

    The process is very similar to what you posted for PowerBI.

提交回复
热议问题