DQX Open Dashboard Setup - Quality Dashboard

Loganath
New Contributor

Hi Databricks Community,

I'm trying to set up the DQX quality open-dashboard(inbuilt) to monitor my quarantined/failed records but encountering issues.

**Setup Details:**
- DQX version: 0.12.0
- Existing DQX structure at: /Workspace/supply_chain_dqx/
- Quarantine data is stored in Unity Catalog

**Problem:**
The dashboards folder was not created during my DQX setup, and I cannot find a way to generate it.

**What I've Tried:**
1. Attempted to import DQXInstaller:
```python
from databricks.labs.dqx.installer.install import DQXInstaller
```
Result: ImportError - cannot import name 'DQXInstaller'

2. Checked for dashboards folder - not found in my DQX installation directory

3. Tried CLI installation but encountered environment/path issues

**Questions:**
1. How do I create/install the DQX dashboards for version 0.12.0?
2. What's the correct import path for the installer in v0.12.0?
3. Should I point the dashboard to my Unity Catalog quarantine table, and if so, how?

Any guidance would be greatly appreciated!

Thanks in advance!

sarahbhord
Databricks Employee
Databricks Employee

Hey @Loganath

Please try the steps here for installation in the Databricks cluster or notebook. This is how you can avoid using the CLI.

You can install a specific version of DQX in your Databricks workspace via Databricks CLI by running:

databricks labs install dqx@v0.8.0

That command will install version 0.8.0.

To point the file to UC follow these configuration instructions.

Best,

Sarah