Skip to content

Releases: microsoft/dbt-fabric

v1.8.0rc1

01 Mar 13:03
278cbb7
Compare
Choose a tag to compare
v1.8.0rc1 Pre-release
Pre-release
  • use pre-release v1.8.0rc2 instead

v1.7.4

02 Feb 21:00
a97aa2f
Compare
Choose a tag to compare
  • Added Connect Retry Count to include in-built driver support

v1.7.3

11 Jan 23:33
e8a59ed
Compare
Choose a tag to compare

Changelog

v1.7.2...v1.7.latest

  • Overwritten view adapter materialization and made improvements.
  • Overwritten table adapter materizalization and made improvements in handling model level constraints
  • Made Constraint name mandatory
  • Added several macros to manage indexes, dropping table dependencies and managing model level constraints
  • Bump dbt-tests-adapter requirement from ~=1.7.3 to ~=1.7.4
  • Bump py-test adapter requirement from ~=pytest==7.4.3 to ~=pytest==7.4.4

v1.7.2

14 Dec 07:16
d5b83d7
Compare
Choose a tag to compare

Changelog

v1.7.1...v1.7.latest

Bug Fixes

  • Addressed issue #53 - "The server supports a maximum of 2100 parameters" by reducing the batch size by 1 if number of insert value parameters exceed 2100.
  • Added bytearry data type code support along bytes for varbinary sql datatype.

Enhancements

  • Bump dbt-tests-adapter requirement from ~=1.7.2 to ~=1.7.3
  • Bump actions/setup-python from 4 to 5

v1.7.1

29 Nov 06:55
b5afb8d
Compare
Choose a tag to compare

Changelog

v1.7.0...v1.7.latest

Features

  • Added capability support structure in fabric adapter
  • Added metadata freshness checks
  • Updated catalog fetch performance improvements to handle relations with many pre-existing objects
  • Added dbt-show support to 1.7.1

Enhancements

  • improve connection manager logging
  • Added metadata freshness checks tests
  • Added capability support tests
  • Added catalog fetch performance improvements
  • Added dbt show's --limit flag tests
  • Added storing test failures tests

v1.6.2

29 Nov 18:34
0384dc4
Compare
Choose a tag to compare

Minor Patch Release

  • Allowing users to provide "ServicePrincipal" as an authentication mode. Adapter will treat ServicePrincipal as ActiveDirectoryServicePrincipal authentication mode.

v1.6.1

23 Nov 06:38
cf36880
Compare
Choose a tag to compare

Release notes

Change log

v1.6.0...v1.6.latest

Features

  • Fabric DW now supports sp_rename. Starting v1.6.1 sp_rename is metadata operation.
  • Enabled table clone feature

Enhancements

  • Addressed [Issue 53 - custom database materialization] (#53)
  • Added explicit support for [Issue 76 - ActiveDirectoryServicePrincipal authentication] (#74)
  • Removed port number support in connection string as it is no longer required in Microsoft Fabric DW
  • Removed MSI authentication as it does not make sense for Microsoft Fabric.
  • Table lock hints are not supported by Fabric DW
  • Supported authentication modes are ActiveDirectory* and AZ CLI

v1.7.0

16 Nov 22:52
9690e28
Compare
Choose a tag to compare

v1.7.0

Features

  • Supporting dbt-core 1.7.2

Dependencies

  • Bump from pytest==7.4.2 to pytest==7.4.3
  • Bump from pre-commit==3.4.0 to 3.5.0
  • Bump from dbt-tests-adapter~=1.6.2 to 1.7.2
  • Bump from wheel==0.41.1 to 0.41.1

v1.6.0

12 Sep 06:10
89d59ca
Compare
Choose a tag to compare

v1.6.0

Features

  • Supporting dbt-core 1.6.2
  • Adding limit - new args to adapter.execute() function
  • Added tests related to dbt-debug to test --connection parameter
  • Added adapter zone tests

Dependencies

  • Bump from pytest==7.4.0 to pytest==7.4.2
  • Bump from pre-commit==3.3.3 to 3.4.0
  • Bump from dbt-tests-adapter~=1.5.2 to 1.6.2
  • Bump from actions@v3 to v4
  • Bump from build-push-action@v4.0.0 to 4.2.1

v1.5.0

08 Sep 19:13
1322303
Compare
Choose a tag to compare
  • Releasing 1.5.0 for dbt cloud integration