Chris Lee
Chris Lee
`dbt_date.get_date_dimension` macro not working with SQL Server. Tested with latest package versions (as of posting) and versions matching the `dbt_date` [pinned commit](https://github.com/calogica/dbt-date/tree/65a206f7ed13cd30874bec200f1a0d7c9327f551) from the `tsql-utils` repo. #### dbt model ```...
`dbt snapshot` not working with SQL Server 2019 using a source table containing a `timestamp` column. #### dbt snapshot ``` {% snapshot %} {{ config( unique_key=', strategy='timestamp', updated_at='', target_schema='', )...