Hey all, I couldn’t figure out if Airbyte supported this use case, so wanted to check here. I want to sync multiple sources of the same type to the same destination table, along with some custom columns for which source it came from. For example, I’d want to connect to 10 different salesforces, and have all of them go to the same postgres tables (instead of having 10 sets of tables) — but this of course means I’d need additional columns for each table specifying which salesforce instance it came from. Is this possible?