Hi team, I am new to Meltano and evaluating it for a use case where I would like to have data belonging to multiple tenants (say all using Stripe) synced to a common destination (e.g. Postgres). Is this possible? My understanding is that for each tenant, I will have to create a new project and setup the specific credentials for the tenant in the respective yaml file. However, if I specify the destination as a common database, how will I differentiate the data from tenant 1 to tenant 2? Is there a way to add a column in the destination tables with a tenant ID or something?