mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 12:46:53 +00:00
Small change (#4293)
This commit is contained in:
parent
b2b8826118
commit
29490e16c4
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user