I have created a custom macro for creating primary keys on MSSQL models and for "ALTER TABLE ADD CONSTRAINT" statements, the SQL is incorrectly modified to quote "CONSTRAINT" rather than the ...
When attempting to add a GEOMETRY column to an existing table in DuckLake using ALTER TABLE ... ADD COLUMN, the operation fails with the error "Unsupported user ...