
Working with Fabric Warehouse Data in PySpark Notebooks
I noticed today that there are surprisingly few samples/blog posts/guides about how to write (and read) data into warehouse from Fabric notebook. You can find lot of information about doing it through T-SQL Notebook, but you can actually use it from Spark Notebook through the Spark connector. Let me show you how.
Spark Connector
The Spark connector for Fabric Data Warehouse allows Spark Notebooks to read data from warehouse and …