diff --git a/docs/ownership/ownership-types.md b/docs/ownership/ownership-types.md index 2dbefaa488140..f3ea1d8a1c8e0 100644 --- a/docs/ownership/ownership-types.md +++ b/docs/ownership/ownership-types.md @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem'; **🤝 Version compatibility** -> Open Source DataHub: **0.10.3** | Acryl: **0.2.8** +> Open Source DataHub: **0.10.4** | Acryl: **0.2.8** ## What are Custom Ownership Types? Custom Ownership Types are an improvement on the way to establish ownership relationships between users and the data assets they manage within DataHub. diff --git a/metadata-ingestion/examples/ownership/ownership_type.json b/metadata-ingestion/examples/ownership/ownership_type.json index 5f1d3019d2a77..4a194c78a3b72 100644 --- a/metadata-ingestion/examples/ownership/ownership_type.json +++ b/metadata-ingestion/examples/ownership/ownership_type.json @@ -1,7 +1,14 @@ -{ - "urn": "urn:li:ownershipType:architect", - "info": { - "name": "Architect", - "description": "Technical person responsible for the asset" +[ + { + "auditHeader":null, + "entityType":"ownershipType", + "entityUrn": "urn:li:ownershipType:architect", + "changeType":"UPSERT", + "aspectName":"ownershipTypeInfo", + "aspect":{ + "value":"{\"name\": \"Architect\", \"description\": \"Technical person responsible for the asset\", \"created\": {\"time\": 1674291843000, \"actor\": \"urn:li:corpuser:jdoe\", \"impersonator\": null},\n\"lastModified\": {\"time\": 1674291843000, \"actor\": \"urn:li:corpuser:jdoe\", \"impersonator\": null}}", + "contentType":"application/json" + }, + "systemMetadata":null } -} \ No newline at end of file +] \ No newline at end of file