Skip to content

Releases: dbt-msft/tsql-utils

dbt-utils v0.6.6

26 Mar 19:22
d4e886b
Compare
Choose a tag to compare

0.6.6

  • fix for dateadd() macro when adding intervals smaller than a day #35 thanks @b-per!

tsql-utils 0.6.5

17 Feb 10:04
60fbeb3
Compare
Choose a tag to compare

tsql-utils 0.6.5

temp workaround for fishtown-analytics/dbt#3109

tsql-utils 0.6.4.1

12 Feb 01:26
60fbeb3
Compare
Choose a tag to compare
tsql-utils 0.6.4.1 Pre-release
Pre-release

tsql-utils 0.6.4.1

Added

  • add support for date-spine #28 thanks @TwoMinds
  • a CHANGELOG.md

tsql-utils 0.6.4

14 Jan 02:52
cede755
Compare
Choose a tag to compare

tsql-utils v0.6.4

as of now, all 39 of dbt-utils's macros work on dbt-sqlserver and dbt-synapse except for the 10 listed below. We hope to bring these macros in a future release!

insert_by_period materialization
date_spine
test_mutually_exclusive_ranges() #18
all the url macros (get_url_host, get_url_path, get_url_host()
generate_series()
get_relations_by_pattern()
get_relations_by_prefix_and_union()
union_relations()

these 5 macros are supported for SQL Server and Azure SQL, but aren't yet officially supported right now on Synapse because of microsoft/dbt-synapse#36 breaks dbt-utils's integration tests.

dateadd()
datediff()
split_part()
last_day()
test-hash()

lastly, we'll most likely never be able to support groupby() because you can't reference columns by column order number anyway...

Initial Tagged release enabling pinning of install

18 Dec 13:55
5742145
Compare
Choose a tag to compare

It's important to be able to