From 38cbdba38ad3f096d8bfd188ef23259fd5078474 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 14 May 2024 15:51:38 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c20500..9249fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - 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 column `email`. This fixes an issue where `fivetran_platform__audit_user_activity` could potentially have 0 rows. +- Updated model `fivetran_platform__audit_user_activity` to correct the JSON parsing used to determine column `email`. This fixes an issue introduced in v1.5.0 where `fivetran_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.