Live walkthrough: your app calls CPE adapter routes → CPE reads Unity Catalog (read-only) → returns
policy_context.databricks → your app attaches it to POST /cpe/v1/actions/verify.
Test console ·
Jira console
Analyst runs SQL, job, or admin change in Databricks.
Gateway or notebook extension calls CPE with actor + catalog scope.
Read-only Unity Catalog / jobs / clusters APIs.
Risk score + signals returned (no warehouse mutation).
Merge into verify; challenge/deny on high-risk lakehouse actions.
Run the demo to fetch live policy_context from your workspace.
{
"action": { "action_type": "databricks.sql.query_sensitive" },
"policy_context": {
"databricks": { /* from adapter — see left panel */ }
}
}
With CPE_DATABRICKS_POLICY_ACTIVE=true, high/critical risk can return
decision: challenge on verify. Adapter-only mode (false) still returns context for your UI.