Dumb question: I'm using `tap-mongodb` (transferwi...
# singer-taps
w
Dumb question: I'm using
tap-mongodb
(transferwise variant) and I'd like to try to reduce the number of rows that I load in one operation. Instead of loading 100000 rows, is there a way I can load fewer rows?
Copy code
time=2024-06-13 12:32:32 name=target_postgres level=INFO message=Loading 100000 rows into 'tap_mongodb."*****"'
r
Which variant of
target-posgres
are you using?
meltano 1
w
pipelinewise-target-postgres==2.1.2
Never mind, it was that easy haha
Was just looking at the tap documentation when I should have seen the target documentation
Thanks!
np 1
r
Yep, the default is
meltanolabs
, but they both have a
batch_size_rows
setting as you have seen (although Meltano's default defers to the SDK default of 10000).
🙌 1