Skip to content

Update unit_tests.sql to replace square brackets with double quotes#568

Closed
danakee wants to merge 1 commit into
dbt-msft:masterfrom
danakee:patch-3
Closed

Update unit_tests.sql to replace square brackets with double quotes#568
danakee wants to merge 1 commit into
dbt-msft:masterfrom
danakee:patch-3

Conversation

@danakee
Copy link
Copy Markdown

@danakee danakee commented Oct 7, 2024

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"

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"
@cody-scott
Copy link
Copy Markdown
Collaborator

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

@axellpadilla
Copy link
Copy Markdown
Collaborator

superseded by #576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants