Data Governance
What changes for glossaries, classifications, policies, workflows and access governance.Policies & roles
Five new task operations
Behavioural. Affects custom policies, non-admin users and bots.
resourceDescriptor gains CreateTask, EditTask, ResolveTask, CloseTask and ReassignTask.
With the Task redesign, task actions are policy-governed rather than implicit.
The migration seeds a new TaskAuthorPolicy, attaches it to the DataConsumer role, and adds task
rules to DataConsumerPolicy and ApplicationBotPolicy.
Self-approval guard
Behavioural. Task authorization refuses to let a task’s creator approve their own task, even
where policy would otherwise allow it. Approval automation that submitted and approved with the same
service account must be split across two principals, or use
emptyAssigneeStrategy: assignAdmins.Other policy changes
Glossary & ontology
Native OWL/RDF ontology import
New capability.
A glossary term created in the UI has no
iri. Terms imported from an ontology carry one, and export
re-emits it. Do not rewrite iri on update or you will break round-trip identity.Glossary term relation semantics
Additive.
Other 2.0 changes in this area:
- Glossary term relation types are readable by any authenticated user.
- Glossary term relation settings are paginated.
- All relation types between the same term pair are preserved.
- Glossary rename cascades to child terms in the search index, and approval workflows stay valid across term move and rename.
- CSV import and export preserve
domains, andentityStatusis parsed case-insensitively.
Classification, tags & auto-classification
Auto-classification extends to topics and containers
Additive. Affects classification coverage and bot permissions.
messagingServiceAutoClassificationPipeline and
storageServiceAutoClassificationPipeline. Together with the AutoClassificationBotPolicy Topic
rule, topics and storage containers are now auto-classified where previously only database tables
were.
PII recognizer accuracy changes
The CVV recognizer regular expression is anchored by the migration:125 inside values like SCN-125, so any column whose name
carried a CVV context word (code, card, cvv) and whose values contained a 3–4 digit run was
tagged PII.Sensitive — for example scenario_code and error_code. Because the context boost sets
the score straight to the maximum, a low-confidence pattern became a certain match.
Related fixes in 2.0:
- Overly broad context keywords removed from PII recognizers.
- Plain code columns are no longer tagged as PII.
- Sibling-tag score ties are broken by column-name match.
- Temporal table period columns are excluded from auto-classification sampling.
- Recognizer inclusion is resolved correctly by language, including any-language recognizers.
- The content and column-name split was removed from classification scoring.
Other classification changes
Governance workflows
userApprovalTask gains task-lifecycle configuration
Additive and backwards compatible with existing workflow definitions.
emptyAssigneeStrategy (default none) controls what happens when no reviewers, owners or candidates
resolve to an assignee:
The
stageId, stageDisplayName, taskStatus and transitionMetadata fields are written onto the
Task while the user task is active — this is what surfaces workflow stage and available transitions in
the Tasks UI.
New workflow node subtypes
workflowTriggerFields adds entityStatus; inputPorts, outputPorts and glossaryTerms also
become trigger fields.
Workflows fire far sooner
The migration lowers three intervals on existing deployments:
Approval tasks now appear near-instantly after the triggering change instead of up to 10 s — or, under
load, minutes — later. On very large clusters, monitor database load after the upgrade and raise the
intervals if needed.
Workflow migrations run inside a guard: a workflow-handler failure logs and continues rather than
aborting the rest of the data migration. If you see “Failed to initialize WorkflowHandler … in v200”
in the upgrade logs, restart the server to complete workflow wiring.
Data Access Requests & the Policy Agent
New capability.
Revoke tears down whatever the principal currently holds at the scope — it is not a level-specific
revoke.
policyAgentConfig defaults are backfilled onto existing services
Schema-level defaults only apply at create-time deserialisation, so the migration rewrites stored
rows. Operator-set true values are preserved; only false or missing values are changed.
supportsPolicyAgent is declared on all database connectors so the UI can show or hide the Policy
Agent option in the Add Agent dropdown.
Domains & data products
Additive — no breaking changes in this area for 1.13 → 2.0.
Intake forms
New capability.
governance/intakeForm.json and POST /v1/governance/intakeForms add structured
intake forms, used with taskFormSchema to drive request and approval workflows with typed inputs.AI Governance Studio
New namespace (Collate distribution).