v1.7.3 dbt_fivetran_log
fivetran-data-model-bot
released this
14 May 21:29
·
71 commits
to main
since this release
PR #126 includes the following updates:
Performance Improvements
- Updated the sequence of JSON parsing for model
fivetran_platform__audit_table
to reduce runtime.
Bug Fixes
- Updated model
fivetran_platform__audit_user_activity
to correct the JSON parsing used to determine columnemail
. This fixes an issue introduced in v1.5.0 wherefivetran_platform__audit_user_activity
could potentially have 0 rows.
Under the hood
- Updated logic for macro
fivetran_log_lookback
to align with logic used in similar macros in other packages. - Updated logic for the postgres dispatch of macro
fivetran_log_json_parse
to utilizejsonb
instead ofjson
for performance.
Full Changelog: v1.7.2...v1.7.3