mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-05 14:24:43 +00:00
27 lines
696 B
JSON
27 lines
696 B
JSON
[
|
|
{
|
|
"auditHeader":null,
|
|
"entityType":"domain",
|
|
"entityUrn": "urn:li:domain:marketing",
|
|
"changeType":"UPSERT",
|
|
"aspectName":"domainProperties",
|
|
"aspect":{
|
|
"value":"{\"name\": \"Sales\", \"description\": \"My custom domain\" }",
|
|
"contentType":"application/json"
|
|
},
|
|
"systemMetadata":null
|
|
},
|
|
{
|
|
"auditHeader":null,
|
|
"entityType":"dataset",
|
|
"entityUrn": "urn:li:dataset:(urn:li:dataPlatform:mysql,information_schema.VIEWS,PROD)",
|
|
"changeType":"UPSERT",
|
|
"aspectName":"domains",
|
|
"aspect":{
|
|
"value":"{\"domains\": [\"urn:li:domain:marketing\"] }",
|
|
"contentType":"application/json"
|
|
},
|
|
"systemMetadata":null
|
|
}
|
|
]
|