dbt-adapters v1.1.0rc2
Pre-release
Pre-release
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