hey y'all :waves: i'm using <tap-salesforce> and <...
# plugins-general
r
hey y'all waves i'm using tap-salesforce and target-redshift. extractor is set to select
Account.*
as well as
AccountHistory.*
. i noticed that
AccountHistory.OldValue
and
AccountHistory.NewValue
columns aren't persistent in the
AccountHistory
table, but rather, the relevant row in
Account
is updated. this behavior is fine but i'd like to also keep
OldValue
and
NewValue
columns in the
AccountHistory
table. is there a way to do that? edit: added target plugin for more context