```python rows = source_db.GetUnbuffQryCursorObject(qry) for row in rows.fetchall_unbuffered(): # your code here ```