alter table "DBName"."extract"."COLUMNNAME " add column "COLUMNNAME __dbt_alter" character varying(5000); update "DBName"."extract"."COLUMNNAME " set "COLUMNNAME ...
I believe this is a new bug in dbt-core or dbt-sqlserver I have searched the existing issues, and I could not find an existing issue for this bug I materialize as table and would like to add a primary ...