Hi everyone :wave: New to meltano here. Is there a...
# troubleshooting
s
Hi everyone 👋 New to meltano here. Is there a mechanism to extract specific streams with an extractor and where could I see examples? As an example: I'm setting up meltano for tap-github but I don't want all the data from Github, just the ones from PullRequestsStream and RepositoryStream. I'm also using the snowflake-target to load the data to snowflake.
t
Checkout the
select
command https://docs.meltano.com/getting-started/part3#select-more-source-data there you can select / filter to get exactly the data you want to look at.
s
Thanks :) That’s exactly what I’m looking for