Skip to content

dbt-adapters v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 23:25
82785ea

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