Is it possible to connect to databricks deltalake tables from adf

后端 未结 3 1926
渐次进展
渐次进展 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:20

    Actually, I figured it is possible to get metadata from any tables inside a Databricks workspace directly, by using ODBC connection available on current version of Azure Data Catalog, it would be much better a native connector, but for now if you wanna give it a try just fill up the info bellow (on the Azure Data Catalog publishing app):

    Driver: Microsoft Spark ODBC Driver (it must be intalled on your system)

    Connection String: host=eastus.azuredatabricks.net;port=443;SSL=1;HTTPPath=sql/protocolv1/o/XXXXXXXXXXXXXXX/XXXX-XXXXXX-XXXXXX;transportMode=http;AuthMech=8

    User: token

    Password: dapiXXXXXXXXXXXXXXXXXXXXX

    And let Database field blank

提交回复
热议问题