Skip to content

dbt-adapters v1.1.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 23:10

dbt-adapter 1.1.0-rc2 - April 29, 2024

Features

  • Cross-database cast macro
  • Allow adapters to opt out of aliasing the subquery generated by render_limited
  • subquery alias generated by render_limited now includes the relation name to mitigate duplicate aliasing

Fixes

  • Fix adapter-specific cast handling for constraint enforcement

Under the Hood

  • Validate that dbt-core and dbt-adapters remain de-coupled
  • remove dbt_version from query comment test fixture

Dependencies

  • add support for py3.12