hey y'all :waves: i'm using `target-redshift` load...
# troubleshooting
r
hey y'all waves i'm using
target-redshift
loader and am wondering if there is a way to prefix table names. thanks!
v
easiest solution is to target a different schema. To do it yourself you need to either manually update the stream names (with a mapper see https://docs.meltano.com/concepts/plugins#mappers ) or the source/target with need to help you out and add some kind of "prefix" for the table name
r
interesting 🤔 thanks for that! i’ll read the docs and give it a try
v
Note that there could be other ways, just these are the ways I know 😄
r
fair 😂
it looks like this may be accomplished via
schema_mapping
too 🤔
i may have spoken too soon. i can't seen to get these approaches to work. 🙁