Demos
Import the following notebooks in the Databricks workspace to try DQX out:
- DQX Demo Notebook (library) - demonstrates how to use DQX as a library.
- DQX Demo Notebook (tool) - demonstrates how to use DQX as a tool when installed in the workspace.
- DQX DLT Demo Notebook - demonstrates how to use DQX with Delta Live Tables (DLT).
Execution Environment
You don't have to run DQX from a Notebook. DQX can be run from any Python script as long as it runs on Databricks. For example, you can run it from a Databricks job by adding DQX as a dependent library. DQX also comes with a set of command-line tools for running DQX jobs (see the User Guide).