Data profiling is a configuration you attach to a table. The output metric tables are Unity Catalog objects that you choose the schema for and can govern with UC privileges like any other table. The profileโs configuration and refresh history are workspace-scoped artifacts; you must use the same workspace where profiling was enabled to view refresh history and to trigger manual refreshes in the UI.
Treating the profile as workspace orchestration avoids introducing a new UC object type and keeps governance focused on the data artifacts (metric tables), which are the persistent record of quality and drift. It also leverages existing workspace ACLs for dashboards and UI assets rather than duplicating governance in UC for those UI objects.
If crossโworkspace editing is required, centralize profiling in one workspace (attached to the shared metastore) and expose the metric tables to other workspaces via UC grants. Others can query the metrics where they work, but administration happens in the โprofiling workspace.โ