kazanzhy commented on pull request #20212:
URL: https://github.com/apache/airflow/pull/20212#issuecomment-992014206
Hi. I'm sorry for this force-push, but I saw that I'm applying `handler` for
every row.
But in according to DbApiHook it should be applied to the cursor.
```
if handler is not None:
cur = handler(cur)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]