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

Update unit_tests.sql to replace square brackets with double quotes

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 test_view and expected_view.

Result was [dbo.testview_123] will now be "dbo"."testview_123" Result was [dbo.expectedview_123] will now be "dbo"."expectedview_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