Small change (#4293)

This commit is contained in:
John Joyce 2022-03-02 11:33:19 -08:00 committed by GitHub
parent b2b8826118
commit 29490e16c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ URNs are identifiers that uniquely identify an Entity on DataHub. The usernames
the user on DataHub. The urn is computed as:
```
urn:li:corpuser:<username>
urn:li:corpuser:{username}
```
## Caveats
@ -99,7 +99,7 @@ If you add a new username / password to the `user.props` file, no other informat
about the user in DataHub (full name, email, bio, etc). This means that you will not be able to search to find the user.
In order to add information about the user in DataHub, you can use our Python Emitter SDK to produce aspects for the CorpUser,
where the URN will be computed as `urn:li:corpuser:<username>`, where `<username>` is the identifier defined in the user.props file.
where the URN will be computed as `urn:li:corpuser:{username}`, where `username` is the identifier defined in the user.props file.
For a more comprehensive overview of how users & groups are managed within DataHub, check out [this video](https://www.youtube.com/watch?v=8Osw6p9vDYY).