kazanzhy commented on PR #25430: URL: https://github.com/apache/airflow/pull/25430#issuecomment-1202402758
@FanatoniQ I don't get it. You're saying that > Sqlalchemy's implementation of returns_rows is simply like they say on the documentation : cursor.description is not None. But in this PR you're changing `if cursor.returns_rows:` to `if cursor.description is not None:` -- 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]
