hello people,
I'm just getting started with Meltano, and I have a tap which has multiple streams available.
Let's say if I have 10 streams
selected
and If I want to load the data for just 3 of these streams, I find myself commenting the others in
meltano.yml
file and then running the
meltano run
command.
Is there a better way to do this?
something like
meltano run tap-some_name target_somename stream_name
?