Hello Community, can we set up the table name in ...
# troubleshooting
m
Hello Community, can we set up the table name in the target config as i am trying to create a new test pipeline of the same stream so i wanted to keep previous previous pipeline and the table of that stream. So is there any way that a new pipeline can make a new table?
t
Hey Monika! What tap and target are you using? You can use an Environment to have a different set of configuration and write to a different table for your tap/target combo.
d
Hi Monika, what is your target loader? As far as I’m aware, the loader creates a schema for each extract and generates table according to the extractor and what is being extracted. I have used the Meltano environment configuration to designate target databases that the schemas are then generated on.
t
Jinx @drew_ipson 😄
m
I was using klaviyo pipeline.
@taylor @drew_ipson
t
Which target?
m
t
typically it’s the target’s responsibility to create the table. I’m checking the docs there to see if a table is created automatically
I think it’s supposed to, but to answer your question, I think you can use the
schema_mapping
config to override the name.