v1.2.0b1
Pre-release
Pre-release
Features
- Support for dbt-core 1.2
- Support automatic retries with new
retriessetting introduced in core - The correct owner of a table/view is now visible in generated documentation (and in catalog.json)
- A lot of features of dbt-utils & T-SQL utils are now available out-of-the-box in dbt-core and this adapter. A new release of T-SQL utils will follow.
- Support for all
type_*macros - Support for all cross-database macros, except:
bool_orlistaggwill only work in SQL Server 2017 or newer or the cloud versions. Thelimit_numoption is unsupported.DISTINCTcannot be used in the measure.
- Support for all
Fixes
- In some cases the
TIMESTAMPwould be used as data type instead ofDATETIMEOFFSET, fixed that
Chores
- Update adapter testing framework to 1.2.1
- Update pre-commit, tox, pytest and pre-commit hooks
- Type hinting in connection class
Outstanding work for next beta release
- Native dbt support for GRANTs as configs
- Add documentation about new features to official dbt docs pages
Full Changelog: v1.1.0...v1.2.0b1