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.
v2.3.0 - 2026-09-08
Enhancement or New Feature
Re-add get_job_run_artifacts tool with jq filtering for large artifacts
Under the Hood
Filter dbt docs v2 Parquet artifacts (index/, metadata/) from list_job_run_artifacts and add an early guard in get_job_run_artifact that returns a clear error
Bug Fix
Sanitize artifact_path in get_job_run_artifacts to only accept a relative path within the run's artifacts
Fix get_job_run_error not detecting source freshness errors/warnings from Fusion runs; Fusion sources.json uses capital-case status strings ("Error", "Warn") which were silently dropped by case-sensitive comparison in ErrorFetcher and WarningFetcher