Connecting with Azure DataBricks Directly by DataSet

Copper Contributor

It's quite familiar to connect from azure data factory to azure databricks by creating databricks linked service.

But to fetch any data from any databricks table its needed to call some script and get data indirectly into data factory.

 

But instead of that We can Create Spark link Service, and create a Data Factory dataset which can be used within data flow and pipeline too.

Below is the screen shot how to get databricks connectivity details.

Cluster->config->advanced->jdbc/odbc

 

the_coder_krish_0-1588007439229.png

 

Now above details will be useful to create spark link service in data factory.

the_coder_krish_1-1588007624154.png

Below document is the simba jdbc/odbc driver connection string details.

https://www.simba.com/products/Spark/doc/JDBC_InstallGuide/content/jdbc/sp/using/connectionurl.htm

this will help to understand things in details.

 

Hope this helps.

 

 

 

 

 

 

 

 

 

0 Replies