rigerta
10/12/2023, 8:23 AMtap-zendesk
in the same project, once with a Snowflake target and another time with a CSV target, how can I set up the tap? Can I inherit from tap-zendesk, as we do with targets?Andy Carter
10/12/2023, 8:25 AMstate
store considers both tap and target so you should have isolated state between the two targets when using run
.Henning Holgersen
10/12/2023, 8:26 AMmeltano run tap-zendesk target-csv
meltano run tap-zendesk target-snowflake
If you have several zendesk accounts, you can use inherit-from just like with targets.rigerta
10/12/2023, 8:50 AMAndy Carter
10/12/2023, 8:55 AMrigerta
10/12/2023, 12:05 PMAndy Carter
10/12/2023, 12:15 PMselect
config to select the streams (tables) you need.
https://docs.meltano.com/reference/command-line-interface/#how-to-use-15rigerta
10/13/2023, 12:15 PMso one set of tables into snowflake, and a different set of tables into gcp?Yep!
rigerta
10/13/2023, 12:27 PM