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
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