Dylan Lim
01/17/2023, 10:10 AMprefect-sqlalchemy
and have set up a SqlAlchemyConnector
block. However, I notice that there is an ‘Optional’ fetch size that defaults to 1 and impacts my queries eg. fetch_many
. Is there a way to prevent this fetch size from being enforced, especially if I don’t know how many rows I am retrieving beforehand?Andrew Huang
01/17/2023, 4:48 PMDylan Lim
01/18/2023, 2:39 PMfetch_all
.