Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 661 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 661 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

dbt-adapter 1.0.0 - April 01, 2024

Fixes

  • Add field wrapper to BaseRelation members that were missing it.
  • Add "description" and "meta" fields to RelationConfig protocol

Under the Hood

  • Lazy load agate to improve dbt-core performance
  • add BaseAdapater.MAX_SCHEMA_METADATA_RELATIONS

Security

  • Pin black>=24.3 in pyproject.toml