diff --git a/datahub-agent-context/src/datahub_agent_context/mcp_tools/owners.py b/datahub-agent-context/src/datahub_agent_context/mcp_tools/owners.py index 8d4964db78ec66..05d64c6985c48e 100644 --- a/datahub-agent-context/src/datahub_agent_context/mcp_tools/owners.py +++ b/datahub-agent-context/src/datahub_agent_context/mcp_tools/owners.py @@ -216,7 +216,7 @@ def add_owners( entity_urns: List of entity URNs to assign ownership to (e.g., dataset URNs, dashboard URNs) ownership_type: The type of ownership to assign. Must be one of: - OwnershipType.TECHNICAL_OWNER: Involved in production, maintenance, or distribution - - OwnershipType.BUSINESS_OWNER: Principle stakeholders or domain experts + - OwnershipType.BUSINESS_OWNER: Principal stakeholders or domain experts - OwnershipType.DATA_STEWARD: Involved in governance Returns: diff --git a/datahub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts b/datahub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts index a5558960b4289e..66d727b2f8af6e 100644 --- a/datahub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts +++ b/datahub-web-react/src/app/entity/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts @@ -13,7 +13,7 @@ const OWNERSHIP_DISPLAY_TYPES = [ { type: OwnershipType.BusinessOwner, name: 'Business Owner', - description: 'Principle stakeholders or domain experts associated with the asset(s).', + description: 'Principal stakeholders or domain experts associated with the asset(s).', }, { type: OwnershipType.DataSteward, diff --git a/datahub-web-react/src/app/entityV2/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts b/datahub-web-react/src/app/entityV2/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts index 0ab6264f87dbb4..eb5ee5e715de85 100644 --- a/datahub-web-react/src/app/entityV2/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts +++ b/datahub-web-react/src/app/entityV2/shared/containers/profile/sidebar/Ownership/ownershipUtils.ts @@ -15,7 +15,7 @@ const OWNERSHIP_DISPLAY_TYPES = [ { type: OwnershipType.BusinessOwner, name: 'Business Owner', - description: 'Principle stakeholders or domain experts associated with the asset(s).', + description: 'Principal stakeholders or domain experts associated with the asset(s).', }, { type: OwnershipType.DataSteward, diff --git a/metadata-models/docs/entities/ownershipType.md b/metadata-models/docs/entities/ownershipType.md index 7012e974ddc425..a2e387d406abc4 100644 --- a/metadata-models/docs/entities/ownershipType.md +++ b/metadata-models/docs/entities/ownershipType.md @@ -32,7 +32,7 @@ The `ownershipTypeInfo` aspect contains the essential metadata for an ownership DataHub ships with four built-in ownership types that are automatically created: 1. **Technical Owner** (`__system__technical_owner`): Involved in the production, maintenance, or distribution of the asset(s) -2. **Business Owner** (`__system__business_owner`): Principle stakeholders or domain experts associated with the asset(s) +2. **Business Owner** (`__system__business_owner`): Principal stakeholders or domain experts associated with the asset(s) 3. **Data Steward** (`__system__data_steward`): Involved in governance of the asset(s) 4. **None** (`__system__none`): No ownership type specified diff --git a/metadata-service/configuration/src/main/resources/bootstrap_mcps/ownership-types.yaml b/metadata-service/configuration/src/main/resources/bootstrap_mcps/ownership-types.yaml index 23d1f37b76138c..91435ce5aff00a 100644 --- a/metadata-service/configuration/src/main/resources/bootstrap_mcps/ownership-types.yaml +++ b/metadata-service/configuration/src/main/resources/bootstrap_mcps/ownership-types.yaml @@ -16,7 +16,7 @@ changeType: UPSERT aspect: name: Business Owner - description: Principle stakeholders or domain experts associated with the asset(s). + description: Principal stakeholders or domain experts associated with the asset(s). created: {{&auditStamp}} lastModified: {{&auditStamp}} - entityUrn: urn:li:ownershipType:__system__data_steward