v1.4.0 dbt_fivetran_log
Feature Updates
- This release introduces compatibility with SQL Server 🥳 🎆 🍾 (PR #101)
Bug Fixes
- Adjusts the uniqueness test on the recently introduced
fivetran_platform__audit_user_activity
model to test onlog_id
andoccurred_at
(PR #102).- Previously, the
log_id
was erroneously considered the primary key of this model.
- Previously, the
Under the Hood
- Removed
order by
from the finalselect
statement in each model. This was done to reduce compute costs from the models (PR #101). - Converted all
group by
's to explicitly reference the names of columns we are grouping by, instead of grouping by column number. This was necessary for SQL Server compatibility, as implicit groupings are not supported (PR #101).
Full Changelog: v1.3.0...v1.4.0