https://meltano.com/ logo
#announcements
Title
# announcements
p

proud-jackal-38797

03/21/2021, 6:59 AM
I want to extract limited data(say first 1000 rows) from the database in the ELT. Is there a way to do it??
f

flat-bear-81546

03/21/2021, 2:22 PM
The tap would have to support that, I'm not sure how common or uncommon it is.
💯 1
s

salmon-salesclerk-77709

03/22/2021, 2:42 PM
@proud-jackal-38797 are you trying to limit the amount for testing or for another purpose?
p

proud-jackal-38797

03/22/2021, 2:43 PM
@salmon-salesclerk-77709 testing only!
Also is there any possible, I can filter out data of certain period of time alone
s

salmon-salesclerk-77709

03/22/2021, 2:47 PM
Checkout https://gitlab.com/meltano/meltano/-/issues/2640 and some of the linked issues. We don’t have a `--test`flag in yet but it’s on our radar. To your 2nd point, we generally make the assumption that you want to get most all of the data in. You can set a backfill date on some taps but there’s currently no filter option like you’re asking for. We are thinking about some generic plugin that could be used in between the extract and load steps
p

proud-jackal-38797

03/22/2021, 2:49 PM
Thank U @salmon-salesclerk-77709
np 1
a

adventurous-zebra-79088

04/02/2021, 3:58 PM
@proud-jackal-38797 Hey I ran into this same issue, if your tap supports a --state, generate a state.json file and pass it thru. Then your tap will only pull from a sub set that you defined in the state.