Hey! I have two datasets with ~40 overlapping columns that I want to join. If value exists in the overlapping column in dataset A i want to keep it, else use the one from dataset B. I can join them using a normal left join, add prefix and then set up a coalesce for each column but have to do this manually as I’m not able to do a pairwise “apply to multiple columns”. Is there an easier way?