feat(docs): Corrects release version for custom ownership types. (#8847)

This commit is contained in:
Pedro Silva 2023-10-03 04:04:55 +01:00 committed by GitHub
parent acaf950b9e
commit 790011d40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View File

@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';
<FeatureAvailability/>
**🤝 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.

View File

@ -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
}
}
]