Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion metadata-models/docs/entities/ownershipType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading