mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 06:46:41 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
[
|
|
{
|
|
"proposedSnapshot": {
|
|
"com.linkedin.pegasus2avro.metadata.snapshot.CorpUserSnapshot": {
|
|
"urn": "urn:li:corpuser:bsimpson",
|
|
"aspects": [
|
|
{
|
|
"com.linkedin.pegasus2avro.identity.CorpUserInfo": {
|
|
"customProperties": {},
|
|
"active": true,
|
|
"displayName": "Bart Simpson",
|
|
"title": "Mr. Boss",
|
|
"firstName": "Bart",
|
|
"lastName": "Simpson",
|
|
"fullName": "Bart Simpson"
|
|
}
|
|
},
|
|
{
|
|
"com.linkedin.pegasus2avro.identity.GroupMembership": {
|
|
"groups": []
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"systemMetadata": {
|
|
"lastObserved": 1660460400000,
|
|
"runId": "ldap-test",
|
|
"lastRunId": "no-run-id-provided",
|
|
"pipelineName": "ldap-test-pipeline"
|
|
}
|
|
},
|
|
{
|
|
"entityType": "corpuser",
|
|
"entityUrn": "urn:li:corpuser:bsimpson",
|
|
"changeType": "UPSERT",
|
|
"aspectName": "status",
|
|
"aspect": {
|
|
"json": {
|
|
"removed": false
|
|
}
|
|
},
|
|
"systemMetadata": {
|
|
"lastObserved": 1660460400000,
|
|
"runId": "ldap-test",
|
|
"lastRunId": "no-run-id-provided",
|
|
"pipelineName": "ldap-test-pipeline"
|
|
}
|
|
},
|
|
{
|
|
"entityType": "corpuser",
|
|
"entityUrn": "urn:li:corpuser:hsimpson",
|
|
"changeType": "UPSERT",
|
|
"aspectName": "status",
|
|
"aspect": {
|
|
"json": {
|
|
"removed": true
|
|
}
|
|
},
|
|
"systemMetadata": {
|
|
"lastObserved": 1660460400000,
|
|
"runId": "ldap-test",
|
|
"lastRunId": "no-run-id-provided",
|
|
"pipelineName": "ldap-test-pipeline"
|
|
}
|
|
}
|
|
] |