Verify workspace assignments
The Databricks Account Console manages organisation-wide settings (billing, identity, workspaces, Unity Catalog metastores), while the Workspace Console handles day-to-day operations within a single workspace (notebooks, clusters, jobs, data). Understanding which console controls what prevents confusion and ensures you configure settings in the right place.
Who this is for:
Part of the Getting Started with Databricks section of the Databricks tutorial series.
Architecture / Concept Overview: Verify workspace assignments
Databricks uses a hierarchical model: one account contains multiple workspaces. The Account Console operates at the top level, while each workspace has its own console for day-to-day work. This separation ensures that organisational policies are set centrally while individual teams have autonomy within their workspaces.
*Figure 1 — Account Console governs the organisation; Workspace Consoles handle day-to-day operations.*
*Figure 2 — Role-based access: account admins, workspace admins, and regular users have different console access.*
*Figure 3 — Identity federation: users and groups sync from IdP to account level, then propagate to workspaces.*
Key Terms
Prerequisites and Setup
- Account admin credentials (for Account Console access)
- Workspace admin or user credentials (for Workspace Console access)
- Understanding of your organisation's identity provider setup
- Knowledge of which workspaces exist in your account
Step-by-Step Implementation
Configuration Reference
| Setting | Console | Who Can Configure |
|---|---|---|
| Create workspaces | Account | Account admin |
| SCIM provisioning | Account | Account admin |
| Metastore creation | Account | Account admin |
| Billing budgets | Account | Account admin |
| SSO configuration | Account | Account admin |
| Cluster policies | Workspace | Workspace admin |
| User workspace access | Account | Account admin |
| SQL warehouse creation | Workspace | Workspace admin |
| Notebook permissions | Workspace | Object owner |
| Secret scopes | Workspace | Workspace admin |
Monitoring, Cost, and Security Considerations
Monitoring
Use the Account Console billing dashboard for organisation-wide spend tracking. Use workspace-level system tables for granular query-level cost attribution. Set up account-level budget alerts for proactive cost management.
Cost Optimisation
Review cross-workspace usage patterns in the Account Console to identify consolidation opportunities. Ensure idle workspaces are identified and decommissioned. Use account-level budgets to cap spend per workspace or team.
Security and Governance
Configure SSO at the account level so all workspaces inherit consistent authentication. Use account-level groups for permission management — changes propagate to all workspaces automatically. Enable audit log delivery from the Account Console for compliance.
Common Pitfalls and Recommended Patterns
- Confusing account admin with workspace admin roles — they control different scopes
- Managing users per-workspace instead of at account level — leads to inconsistent access across environments
- Not configuring SCIM — manual user management does not scale beyond a handful of users
- Looking for billing in the workspace console — it lives in the Account Console
- Creating metastores from workspace admin settings — metastore creation is an account-level operation
- Not assigning a metastore admin — Unity Catalog governance requires explicit ownership
Frequently Asked Questions
Can I be an account admin and workspace admin simultaneously?
Yes. Account admins can grant themselves workspace admin on any workspace. In practice, these roles are often held by the same platform team members.
Where do I manage Unity Catalog settings?
Metastore creation and assignment happens in the Account Console. Catalog and schema management happens in the Workspace Console's Data section or via SQL.
How do I switch between account and workspace consoles?
The Account Console and Workspace Console are separate web applications with different URLs. Bookmark both. Some workspace UIs have a link to the Account Console in the admin menu.
Can workspace admins see billing data?
By default, only account admins see billing in the Account Console. Workspace users can query system.billing.usage tables if granted access.
What happens if my account admin leaves the organisation?
Transfer account admin privileges to another user before offboarding. If locked out, contact Databricks support with proof of account ownership.