Skip to content

Releases: microsoft/dbt-fabric

v1.5.0-rc1

06 Sep 11:32
83e8d9e
Compare
Choose a tag to compare
  • 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

07 Jul 06:48
6369f38
Compare
Choose a tag to compare

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

13 Jun 23:59
b0001e8
Compare
Choose a tag to compare

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

02 Jun 00:52
337eb50
Compare
Choose a tag to compare
v1.4.0rc1 Pre-release
Pre-release

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.