Skip to main content
Version: Next

1.47.1 - 2026-05-12

Changed

  • Client/Go: Rewrite code generator #4501 @tnazarew Replace the quicktype-based text-manipulation generator with a structured pipeline that parses spec files via go-jsonschema, resolves references, and renders facet classes — enabling extension of generated classes (e.g. byool resources). Also renames RunRunWrapper and RunInfoRun for consistency with Job and Dataset.

Fixed

  • dbt: Use correct name for fabric adapter #4542 @mobuchowski Fix extract_adapter_type lookup for the Microsoft Fabric adapter by aligning the Adapter enum name with the dbt adapter type (fabric), while keeping the fabric-warehouse OpenLineage namespace unchanged.