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
visch
03/29/2024, 12:18 PM
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