I felt like I have this setup correctly, but I cannot get the schema_mapping object to push the data toward the alternative schema. Basically most of my data goes to the 'jaffle_shop' schema, but I do have one table that should go to the stripe schema. I name my schema ids in the tap, but it keeps forcing the one for the 'stripe' schema into a new table in the 'jaffle_shop'. I followed the readme and looked at the notes in the code and thought I set this up correctly, but no luck. Any thoughts as to why this doesn't work?
Hello,
I felt like I have this setup correctly, but I cannot get the
schema_mapping
object to push the data toward the alternative schema. Basically most of my data goes to the 'jaffle_shop' schema, but I do have one table that should go to the stripe schema. I name my schema ids in the tap, but it keeps forcing the one for the 'stripe' schema into a new table in the 'jaffle_shop'. I followed the readme and looked at the notes in the code and thought I set this up correctly, but no luck. Any thoughts as to why this doesn't work?Thanks in advance.