I have tap-mysql target-postgres. I want few table...
# singer-target-development
a
I have tap-mysql target-postgres. I want few tables in postgres schema1 & few tables in postgres schema2.. how to do it? Table name is dynamic, not static, for ex, User_<companyId>
v
The general answer that works is to make these schemas during your transformation step after. You could instead put a transformation step in the middle using steam maps or a transformer if you really don't like the first option
👍 1