Skip to content

Releases: dbt-msft/tsql-utils

1.2.0

08 Sep 11:28
Compare
Choose a tag to compare

Support everything (AFAIK) of what is in dbt_date and what is covered with the integration tests provided by dbt_date

1.1.0

07 Sep 16:31
Compare
Choose a tag to compare

Add shim for dbt_utils.test_expression_is_true

1.0.0

07 Sep 15:56
Compare
Choose a tag to compare

Update the package to support all the new adapter versions based on Fabric. Remove documentation which was not maintained.

0.10.0

08 Apr 11:14
81ee66d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

07 Oct 20:05
Compare
Choose a tag to compare

v0.9.0

  • Move cross-db macros to dbt-sqlserver / dbt-synapse
  • Update to match latest source packages
  • Correct some small errors
  • Update existing overriden macros to match the arguments in the updated source versions
  • Support [deduplicate] from dbt_utils by @judahrand (#78)

New Contributors

Full Changelog: 0.8.1...0.9.0

tsql-utils 0.8.1

12 Nov 06:45
Compare
Choose a tag to compare

We're back!!! dbt test definitions have been broken for a very long time in TSQL, this is now resolved. As such this package was finally able to be brought back under control again and up-to-date

dependent pacakge versions

This pacakge will work best with dbt-sqlserver and dbtsynapse versions 0.21.0 and greater. Below are the package versions with which this package was built/tested.

  • dbt-utils 0.7.4
  • dbt-date 0.4.1
  • dbt-audit-helper 0.4.0
  • dbt-expectations ???

What's Changed

  • tsql-utils v0.8.1 by @swanderz in #59
  • add docs by @swanderz in #72
  • deprecate manual synapse dispatches by @swanderz in #64
  • update docs by @swanderz in #73
  • Updated docs to show current support model
  • Fishtown -> dbt-labs by @visch in #55

New Contributors

Full Changelog: 0.8.0...0.8.1

tsql-utils 0.8.0

12 Oct 23:26
Compare
Choose a tag to compare

What's Changed

  • Fishtown -> dbt-labs by @visch in #55
  • The insert by period materialization for TSQL by @davidclarance in #56
  • Add schema cleanup macros by @timdenouden in #58
  • update docs to show new disptach config instead of the extra var you had to add

New Contributors

Full Changelog: 0.7.1...0.8.0

tql-utils `v0.7.1`

25 Jun 00:12
b0449e4
Compare
Choose a tag to compare

tsql-utils v0.7.1

fixes

fix to make the commented out SQL in audit_helper.compare_queries() TSQL compatible #54

tsql-utils v0.7.0

04 Jun 20:06
28822f1
Compare
Choose a tag to compare

tsql-utils v0.7.0

New features

Also supports

tsql-utils v0.6.7

29 Apr 15:27
b916816
Compare
Choose a tag to compare

tsql-utils v0.6.7

New features

  • add support for dbt_utils.surrogate_key() #32 thanks @infused-kim
  • shim dbt-date, currently passing all tests! #36 thanks @b-per
  • support for dbt_utils.generate_series() #36
  • support on synapse for dbt_utils.dateadd() and dbt_utils.datediff() #36

Under the hood