Forum Discussion
Anonymous
2 years agoNot applicable
Connecting to Lakehouse programmatically.
Hello, We are exploring some of the features of Fabric offering. We are trying to evaluate the capabilities of Spark engine between Fabric data engineering and databricks. The approach was to con...
- 2 years ago
Hi Anonymous,
When you mean programatically, you want to mount the Fabric Lakehouse to a Spark/Databricks environment that is external to Fabric right?
In this link, you have the option to configure lakehouse to read and write data from Databricks. It needs credential pass-through to be enabled.
https://learn.microsoft.com/en-us/fabric/onelake/onelake-azure-databricks
Anonymous
2 years agoNot applicable
Hello,
Yes, we found a way around this by writing a python script that, using multi threading, triggers all the scripts simultaneously. It establishes ODBS connection and also logs the run time for each query into a text file. We weren't able to configure Jmeter through JDBC, though.