-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ingest): support knowledge links in business glossary #6375
feat(ingest): support knowledge links in business glossary #6375
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nits but looks good otherwise
@@ -30,6 +34,8 @@ | |||
# This needed to map path presents in inherits, contains, values, and related_terms to terms' optional id | |||
path_vs_id: Dict[str, Optional[str]] = {} | |||
|
|||
URN_RESERVED_CHARS = ("%",) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add to urn_encoder.py instead
You can add '%' to the RESERVED_CHARS
var in that file (and also convert it from a list to a set)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…-fork into master+knowledge_links
…-fork into master+knowledge_links
…roject#6375) Co-authored-by: Shirshanka Das <[email protected]> Co-authored-by: MohdSiddique Bagwan <[email protected]> Co-authored-by: Harshal Sheth <[email protected]>
No description provided.