You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.6.0] - Mar 2nd, 2026
Added
Data Product Hub (DPH):
Retrieves comprehensive information about a data product including release details, parts/assets with enriched column schemas, primary keys, and subscription information.
Reporting:
Execute SQL SELECT queries against tenant-specific reporting database with read-only access and query validation
Generate SQL queries from natural language input using text-to-SQL service for reporting use cases
Lineage:
Returns list of lineage versions available between two dates for comparison
Data Quality:
Create a new data quality rule using a SQL query. Optionally specify a data quality dimension (completeness, validity, consistency).
Find and list data quality rules in a project, optionally filtered by rule name.
Execute a specific data quality rule to validate data and returns rule details with UI URL.
Link a data quality rule to a specific column in a data asset to report quality scores for that column.
Glossary:
Retrieves and explains metadata about glossary terms, classifications, data classes, reference data, policies, or rules including their definition, purpose, and related metadata.
Retrieves all business terms and classifications associated with a specific asset.
Metadata Import (MDI):
Executes a metadata import asset to start the import job. This initiates the process of importing assets from the configured data source into the project.
Text to SQL:
checks if onboarding job for project completed successfully.
User Search:
Unified tool that searches for users, groups, or roles based on search_type parameter (user, group, or role). Simplifies identity search with a single tool interface. Supports intelligent fuzzy matching with confidence scores and listing all items when no query is provided
Changed
HTTP Client: Enhanced and to support non-JSON responses and byte payloads
Data Quality:
Refactored data quality tools with improved error handling and utility functions in
Retrieve data quality metrics for specific assets
Lineage: Enhanced lineage tools with date-based filtering and version comparison support
Fixed
Search Tool: Fix the issue where assets created or updated by a service_id cause a crash in tool because they do not appear in the user list. Resolve this by skipping traversal from user_profiles to prevent the crash.
Data Quality: Fixed edge case logic for proper decimal formatting