High severityconfiguration
Power BI Refresh Error:
CLUSTER_POLICY_NOT_FOUND
What does this error mean?
A job, cluster creation request, or bundle deployment referenced a cluster policy ID that does not exist or has been deleted from the workspace.
Common causes
- 1A workspace admin deleted the policy that jobs or bundles reference
- 2The job or bundle was migrated from another workspace and the policy ID does not exist in the new workspace
- 3The policy ID in the job configuration was set manually and contains a typo
- 4The policy was renamed or recreated with a new ID and job configurations were not updated
How to fix it
- 1Step 1: Run 'databricks cluster-policies list' via the CLI or navigate to Compute > Policies to list available policy IDs.
- 2Step 2: Update the job definition or bundle YAML to reference a valid, existing policy ID.
- 3Step 3: If the policy was deleted and needs to be recreated, ask a workspace admin to restore it with the same or equivalent rules.
- 4Step 4: For bundles, update the policy_id in databricks.yml and run 'databricks bundle validate' before redeploying.
- 5Step 5: After updating, trigger a manual run to confirm the cluster starts successfully.