Hi all, I have a case where I will be using a postgres tap to a redshift loader. I was wondering is there a way to rename the table in redshift? I have schema renaming down using the
load_schema
setting.
I think Stream Maps is the way to do it but I am a bit confused on how to apply it. Does anyone have any examples? 🙂