feat: Add rich console summaries for profiling, links, and glossary #209
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Enhanced the console output for the
SemanticModelbuild pipeline using therichlibrary. The output now includes detailed summary panels with statistics for profiling, link prediction, and glossary generation stages. This improves visibility into the build process and provides immediate feedback on data quality and relationships.Changes
Panelfromrich.panelinsrc/intugle/semantic_model.py._print_profiling_summarymethod to display table counts, column counts, and dimension/measure distribution._print_link_prediction_summarymethod to list predicted relationships and total link counts._print_glossary_summarymethod to show documentation coverage percentages._print_build_summarymethod for a polished final success message.profile(),predict_links(),generate_glossary(), andbuild()methods to trigger these summaries at the appropriate times.Related Issue
Fixes #134