FlorianVc
Results
2
issues of
FlorianVc
When I run `dbt snapshot ` for a existing source table that has a new column I get the error: ``` Database Error in snapshot test_snapshot (snapshots\test.sql) ('42S01', "[42S01] [Microsoft][ODBC...
The quoting for msft sql not working. Dbt use double quotes when the [config quoting ](https://docs.getdbt.com/reference/project-configs/quoting) is turned on but ms sql or tsql use **square brackets**. I need quoting...