mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
feat(docs): Corrects release version for custom ownership types. (#8847)
This commit is contained in:
parent
acaf950b9e
commit
790011d40b
@ -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.
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user