How do I read out each line with logical interpret...
# getting-started
w
How do I read out each line with logical interpretation? I've taken the top section from examples/mce_files/bootstrap_mce.json file. E.g., what is the meaning of
"urn": "urn:li:corpuser:datahub"
? Considering that URNs are in the format
urn:<Namespace>:<Entity Type>:<ID>
, where is the entity type
corpuser
defined? What is the significance of the "Snapshot" suffix, because there is no timestamp field in this entire section? { "auditHeader": null, "proposedSnapshot": { "com.linkedin.pegasus2avro.metadata.snapshot.CorpUserSnapshot": { "urn": "urnlicorpuser:datahub", "aspects": [ { "com.linkedin.pegasus2avro.identity.CorpUserInfo": { "active": true, "displayName": { "string": "Data Hub" }, "email": "datahub@linkedin.com", "title": { "string": "CEO" }, "managerUrn": null, "departmentId": null, "departmentName": null, "firstName": null, "lastName": null, "fullName": { "string": "Data Hub" }, "countryCode": null } } ] } }, "proposedDelta": null }
q
There’s a ton of details here on metadata model. Some additional details on what a snapshot is. Hope this helps.
👀 1
🙏 1
w
The Entity page itself is broken! https://github.com/linkedin/datahub/blob/master/docs/what/entity.md Didn't expect this from a market leader application.
q
it’s just missing the markdown
.md
extension. Try adding a
.md
at the end of the url or use this link cc: @little-megabyte-1074
thank you 3
b
@witty-keyboard-20400 Feel free to raise a PR 🙂 It'd be much appreciated by the community!
m
Just merged in Gabe’s PR (https://github.com/linkedin/datahub/pull/3304). Thanks @green-football-43791
1
🙌 3
w
This is great! Even though it was a small thing, but I'm impressed that the leaders are quite active and resolved it. I regret making hard statement earlier.
❤️ 4