dbt-msft / tsql-utils

dbt-utils for the dbt-msft family of packages
MIT License
26 stars 26 forks source link

tsql-utils v0.8.1 #59

Closed dataders closed 2 years ago

dataders commented 3 years ago

resolves #52 resolves #57

dataders commented 2 years ago

@jtcohen6 another hail mary here. I'm having an issue where the new test materialization for dbt-sqlserver added in https://github.com/dbt-msft/dbt-sqlserver/pull/173 (released as dbt-sqlserver v0.21.0rc1) isn't being used in https://github.com/dbt-msft/dbt-synapse/pull/69 (released as dbt-synapse v0.21.0rc1). However, in https://github.com/dbt-msft/dbt-synapse/pull/70, I re-implement the test materialization within dbt-synapse (released as dbt-synapse v0.21.0rc2), and the nested WITH statement goes away.

This in CircleCI tests for before and after moving to dbt-synapse v0.21.0rc2 from v0.21.0rc1:

Perhaps I goofed my release of dbt-synapse `0.21.0rc1? I can't think of anything else... Feel free to shout if you think of anything otherwise I'll do more head+keyboard tmw.