Skip to content
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

Merged
merged 12 commits into from
Dec 7, 2022

Conversation

siddiquebagwan
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the ingestion PR or Issue related to the ingestion of metadata label Nov 7, 2022
@github-actions
Copy link

github-actions bot commented Nov 7, 2022

Unit Test Results (build & test)

633 tests  ±0   629 ✔️ ±0   15m 38s ⏱️ -9s
162 suites ±0       4 💤 ±0 
162 files   ±0       0 ±0 

Results for commit 98e35d3. ± Comparison against base commit eeb7a9d.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Nov 7, 2022

Unit Test Results (metadata ingestion)

       8 files  ±0         8 suites  ±0   1h 0m 13s ⏱️ -13s
   754 tests +2     752 ✔️ +2  2 💤 ±0  0 ±0 
1 510 runs  +4  1 505 ✔️ +4  5 💤 ±0  0 ±0 

Results for commit 98e35d3. ± Comparison against base commit eeb7a9d.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@hsheth2 hsheth2 left a 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 = ("%",)
Copy link
Collaborator

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@hsheth2 hsheth2 changed the title feat(ingestion): business-glossary # Support knowledge links in glossary node and business glossary yaml feat(ingest/business-glossary): support knowledge links in glossary node and business glossary yaml Nov 21, 2022
@hsheth2 hsheth2 changed the title feat(ingest/business-glossary): support knowledge links in glossary node and business glossary yaml feat(ingest): support knowledge links in business glossary Dec 7, 2022
@hsheth2 hsheth2 merged commit c4dcd26 into datahub-project:master Dec 7, 2022
cccs-Dustin pushed a commit to CybercentreCanada/datahub that referenced this pull request Feb 1, 2023
…roject#6375)

Co-authored-by: Shirshanka Das <shirshanka@apache.org>
Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ingestion PR or Issue related to the ingestion of metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants