Skip to content

v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 15:56
80f00aa

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