What's Changed
Please see dbt-core v0.21.0 release notes for upstream changes
- in dbt-sqlserver v0.20.0, users couldn't use some out of the box tests, such as accepted_values. users can now also use CTEs in their
bespokecustom data tests #167 - fixes issue with changing column types in incremental table column type #152 #169
- workaround for Azure CLI token expires after one hour. Now we get new tokens for every transaction. #156 #158
- refresh token if within 5 minutes of expiring; else reuse by @swanderz in #158
- add sqlserver__alter_column_type macro by @dlarsen5 in #169
- small changes for 0.21.0 by @swanderz in #168
New Contributors
Full Changelog: v0.20.1...v0.21.0rc1