XtremeBaumer opened a new issue, #44022:
URL: https://github.com/apache/airflow/issues/44022
### Apache Airflow Provider(s)
exasol
### Versions of Apache Airflow Providers
apache-airflow-providers-exasol = "4.4.2"
### Apache Airflow version
2.9.3
### Operating System
Debian GNU/Linux 11 (bullseye)
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
Whenever a query is ran using the `ExasolHook`, the affected rows should be
logged. However it is currently only loggingthe python callable instead of
actually calling the function.
### What you think should happen instead
The actual rowcount should be logged
### How to reproduce
Execute any query using ExasolHook
```
hook = ExasolHook()
hook.run("select 1")
```
### Anything else
The issue happens everytime and is still prevalent in the most recent
version. The line that needs change:
https://github.com/apache/airflow/blob/b00a81000b1efe7c47a4c0e8a6167a0718dc909e/providers/src/airflow/providers/exasol/hooks/exasol.py#L248
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]