Datavault-UK / automate-dv

A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered trademark of dbt Labs)
https://www.automate-dv.com
Apache License 2.0
513 stars 131 forks source link

Development for dbt-sqlserver updated following testing with new test harness #57

Closed DVTimWilson closed 3 years ago

DVTimWilson commented 3 years ago

Development for dbt-sqlserver updated following testing with new test harness. So far development for dbt-sqlserver has utilised the DATETIME data type, however this has been proved to be unreliable as it is inaccurate for time increments of less than one second. So redevelopment is now ongoing to utilise the DATETIME2 data type instead.