v0.7.4 dbt_fivetran_log
fivetran-joemarkiewicz
released this
05 Apr 16:28
·
231 commits
to main
since this release
PR #79 includes the following updates:
Enhancements
- The
sync_id
field from the sourcelog
table is added to thestg_fivetran_log__log
model for ease of grouping events by the sync that they are associated with.
Under the Hood
- Added the
get_log_columns
macro and included the fill staging cte's within thestg_fivetran_log__log
model to ensure the model succeeds regardless of a user not having all the required fields.
Documentation Updates
- The
sync_id
field is added to the documentation in thefivetran_log.yml
file.
Contributors
Full Changelog: v0.7.3...v0.7.4