PR #126 includes the following updates:
Performance Improvements
- Updated the sequence of JSON parsing for model
fivetran_platform__audit_tableto reduce runtime.
Bug Fixes
- Updated model
fivetran_platform__audit_user_activityto correct the JSON parsing used to determine columnemail. This fixes an issue introduced in v1.5.0 wherefivetran_platform__audit_user_activitycould potentially have 0 rows.
Under the hood
- Updated logic for macro
fivetran_log_lookbackto align with logic used in similar macros in other packages. - Updated logic for the postgres dispatch of macro
fivetran_log_json_parseto utilizejsonbinstead ofjsonfor performance.
Full Changelog: v1.7.2...v1.7.3