Skip to content

Running Quality on Fabric

Fabric support has been added since 0.1.3.1 and, at time of the 1.3 runtime, follows the OSS Spark codebase. Other OSS stack to Synapse/Fabric runtimes may similarly "just" work.

Running on Fabric 1.3

Use the OSS 3.5.0 build and testShades.

Testing out Quality via Notebooks

This behaves the same way as per Databricks with one notable exception, System.out is not redirected so you also need:

// in case it's needed again 
val ogSysOut = System.out
System.setOut(Console.out)

before running tests to see test progress.


Last update: January 16, 2025 13:21:08
Created: January 16, 2025 13:21:08