nicholasyager / dbt-loom

A dbt-core plugin to weave together multi-project dbt-core deployments
The Unlicense
104 stars 19 forks source link

Fix: Correct SQL syntax in test projects #49

Closed nicholasyager closed 4 months ago

nicholasyager commented 4 months ago

Description and motivation

There is a defect in our test cases which has resulted a long-standing defect in our SQL syntax from being noticed. I've updated our tests to be more detailed, and in the process identified this syntax defect. This PR resolves the defect and implements better testing.