Client/Go: Rewrite code generator#4501@tnazarewReplace 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 Run → RunWrapper and RunInfo → Run for consistency with Job and Dataset.
dbt: Use correct name for fabric adapter#4542@mobuchowskiFix 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.