feat: add lakehouse monitoring reference to Unity Catalog skill#195
Merged
malcolndandaro merged 2 commits intodatabricks-solutions:mainfrom Mar 2, 2026
Conversation
Add 7-lakehouse-monitoring.md reference file covering quality monitors, profile types (Snapshot, TimeSeries, InferenceLog), MCP tool usage, and Python SDK examples. Update SKILL.md with trigger condition and reference table entry. Tested against a live Databricks workspace - created and verified a snapshot monitor on a Unity Catalog table.
Collaborator
|
Hi @kevinnguyen-db, the content looks great. I'm just not sure about the name. Lakehouse monitoring was renamed a couple of weeks ago. Can you update the skills/content with the new name and also keep the old name as a reference so the skill knows both the new and old names? https://www.databricks.com/blog/data-quality-monitoring-scale-agentic-ai |
- SKILL.md: updated trigger bullet and reference table to data profiling - Renamed 7-lakehouse-monitoring.md to 7-data-profiling.md with new w.data_quality SDK examples - Added new Data Quality docs and SDK references, kept legacy Lakehouse Monitoring SDK link for backward compatibility
Contributor
Author
|
@malcolndandaro Hi Malcoln, thank you so much for your feedback! I updated it based on the feedback, please let me know if there are any other questions/tasks. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
7-lakehouse-monitoring.mdreference file to thedatabricks-unity-catalogskill covering quality monitors, profile types (Snapshot, TimeSeries, InferenceLog), MCP tool usage (manage_uc_monitors), and Python SDK examplesSKILL.mdwith a trigger condition for data quality profiling and a reference table entry linking to the new fileTesting