fix(datapacks): CAT-2450 remove invalid prefix from dataHubRole#205
fix(datapacks): CAT-2450 remove invalid prefix from dataHubRole#205javabrett wants to merge 1 commit into
Conversation
Similar to CAT-2446 where dataHubRole was being exported with a prefix. Roles are internal/fixed/system names, so this created a dangling role, which broke the users page when an impacted user record was loaded.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
The fix looks correct — removing the invalid prefix from One thing worth checking: does the datapack If there's an If |
Version Bump Required 🔢After digging into the specifics, this PR modifies What to Update
Without this bump, existing DataHub deployments that have already cached version OSS Bootstrap MCPsThe core OSS |
Similar to CAT-2446 where dataHubRole was being exported with a prefix. Roles are internal/fixed/system names, so this created a dangling role, which broke the users page when an impacted user record was loaded.