hey all, does anyone know if there is a way to cus...
# troubleshooting
d
hey all, does anyone know if there is a way to customize the name of the table that we're inserting into when using https://github.com/transferwise/pipelinewise-target-redshift? it looks like it uses the
stream_id
from the input stream so i guess somehow controlling this within the tap would seemingly work: https://github.com/transferwise/pipelinewise-target-redshift/blob/master/target_redshift/db_sync.py#L554C29
e
You could use a mapper to rename streams: https://docs.meltano.com/guide/mappers/#example-1