Releases: microsoft/dbt-fabric
v1.5.0-rc1
- Upgraded dbt-fabric adapter to match dbt-core & dbt-tests-adapter version 1.5.2.
- Added constraint support to dbt-fabric adapter.
- Check constraints are not supported.
- Column & model constraints are not supported in CREATE TABLE command by Microsoft Fabric Data Warehouse. Column and model constraints are implemented by ALTER TABLE ADD Constraints command.
- user-defined names for constraints are not currently supported. naming is handled by the adapter, until
SP_RENAME
is supported in Fabric - Added tests related to constraints.
- Bumped wheel, precommit, docker package versions.
v1.4.0-rc3
A minor release to follow up on the 1.4 releases.
- This release fixes the ability to track the dbt-fabric adapter connections at the database level
For full changelog: https://github.com/microsoft/dbt-fabric/blob/main/CHANGELOG.md
v1.4.0-rc2
v1.4.0-rc2
A minor release to follow up on the 1.4 releases.
- This release fixes the issue in renaming views.
- Updated documentation to reflect dbt-docs for configuring the adapter.
For full changelog: https://github.com/microsoft/dbt-fabric/blob/main/CHANGELOG.md
v1.4.0rc1
Requires dbt 1.4.5 and previous versions are not supported by Fabric Data Warehouse. Microsoft is actively releasing/adding T-SQL support. Please raise issues in case of any bugs.
DBT Supported features
All materializations and resource features such as Tables, Views, Seeds, sources, tests and dbt docs are supported.
Advanced features such as incremental and snapshot features may work but are not planned to support in 1.4.5.
We recommend you read Microsoft Fabric Data Warehouse documentation before using the adapter.