v1.3.0
What's Changed
- release prep for dbt 1.3.0 by @sdebruyn in #287
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #302
v1.3.0
Features
- Support for dbt-core 1.3
- Python models are currently not supported in this adapter
- The following cross-db macros are not supported in this adapter:
bool_or
,array_construct
,array_concat
,array_append
Fixes
- The macro
type_boolean
now returns the correct data type (bit
)
Chores
- Update adapter testing framework
- Update dependencies and pre-commit hooks
All commits: v1.2.0...v1.3.0