dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

Update tests.sql replace square brackets and "." between schema and view

Open danakee opened this issue 1 year ago • 1 comments

Replace square brackets with double quotes and insert "." between schema and view in setting of testview.

Result was [dbo.testview_123] will now be "dbo"."testview_123"

danakee avatar Oct 07 '24 12:10 danakee

Happy to merge this but you'll need to create a unit test to capture the breaking behaviour first before it can be merged.

cody-scott avatar Oct 07 '24 13:10 cody-scott