v1.2.0b1
Pre-release
Pre-release
Features
- Support for dbt-core 1.2
- Support automatic retries with new
retries
setting 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_or
listagg
will only work in SQL Server 2017 or newer or the cloud versions. Thelimit_num
option is unsupported.DISTINCT
cannot be used in the measure.
- Support for all
Fixes
- In some cases the
TIMESTAMP
would 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