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 ADF data sources.
On a similar question - Is possible to read an Azure Databricks table from Azure Data Factory?
@simon_dmorias seems to have suggested using ODBC connection to connect to databricks tables.
I tried to set up the ODBC connection but it requires IR to be setup. There are 2 options I see when creating the IR. Self-hosted and linked Self-hosted. I tried to create the Self-hosted IR but it requires installation on my local desktop and probably is more meant for an on-premise odbc connection. I couldn't use the IR on my linked Services.
I have been able to connect powerbi with databricks deltalake tables and plan to use the same creds here. Here is the reference link -
https://docs.azuredatabricks.net/user-guide/bi/power-bi.html
Any guidance will be helpful