dbt-msft / dbt-sqlserver

dbt adapter for SQL Server and Azure SQL
MIT License
212 stars 100 forks source link

updated create table logic for using proper dbt render #550

Closed cody-scott closed 1 month ago

cody-scott commented 1 month ago

Closing https://github.com/dbt-msft/dbt-sqlserver/issues/549 by updating to use proper relation instead of manually rendering.

Additionally adds test to validate behaviour.