Skip to content

Commit

Permalink
docs(urn): Update urn docs with restrictions (#11213)
Browse files Browse the repository at this point in the history
Co-authored-by: John Joyce <[email protected]>
  • Loading branch information
eboneil and jjoyce0510 authored Aug 26, 2024
1 parent ca4c436 commit 99824b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/what/urn.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ urn:li:corpuser:jdoe
urn:li:dataset:(urn:li:dataPlatform:kafka,PageViewEvent,PROD)
urn:li:dataset:(urn:li:dataPlatform:hdfs,PageViewEvent,EI)
```

## Restrictions

There are a few restrictions when creating an urn:

1. Commas are reserved character in URN fields: `,`
2. Parentheses are reserved characters in URN fields: `( , )`
3. Colons are reserved characters in URN fields: `:`

Please do not use these characters when creating or generating urns.

0 comments on commit 99824b4

Please sign in to comment.