Hi, I am pulling data from salesforce to redshift....
# ask-community-for-troubleshooting
a
Hi, I am pulling data from salesforce to redshift. After the first run, i am adding some new calculated columns to the opportunity table. However , in the subsequent run [ full refresh/Increment ] , those custom columns are getting deleted. Any option to retain those 2 columns ? Any help on this is much appreciated. Thanks !
👀 1
o
loading...
m
Did you update the schema to get those columns?
a
@Marcos Marx (Airbyte) - Basically, i am adding new custom columns to the destination table [ inside redshift ]. Every subsequent refresh is cleaning up those newly added column. Thanks.