Briimbo commented on PR #45760: URL: https://github.com/apache/airflow/pull/45760#issuecomment-2599633110
Yes I am sure it is correct. We use it in our production app and always get a reference to the method in the log, which is identical to what is descibed in the bug report 44022. Also, if you take a look at the [pyexasol implementation of rowcount](https://github.com/exasol/pyexasol/blob/af98ab7305e90e26a0912eba77eb99f950ab84ba/pyexasol/statement.py#L228), you can see that it is actually a method instead of a property. There is a property `row_count`, but the rowcount method should be used. -- 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]
