Hi all, How to select a table to ingest instead of...
# getting-started
l
Hi all, How to select a table to ingest instead of ingest all the schema? Thank you very mcuh
j
Hi, I haven't used this myself but I think you can use the
select extra
to select a slice of your data. https://meltano.com/docs/plugins.html#select-extra But this might also depend on your tap.
v
https://gitlab.com/meltano/hub/-/blob/main/meltano/meltano.yml#L13 is a good example of selecting one stream. For DB taps a stream is normally a table / view
l
Thanks guys. This is great