-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exasol hook logging of rowcount #44022
Labels
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:exasol
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 17, 2025
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 17, 2025
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 17, 2025
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 17, 2025
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 18, 2025
Briimbo
added a commit
to Briimbo/airflow
that referenced
this issue
Jan 18, 2025
jscheffl
pushed a commit
that referenced
this issue
Jan 18, 2025
dauinh
pushed a commit
to dauinh/airflow
that referenced
this issue
Jan 24, 2025
got686-yandex
pushed a commit
to got686-yandex/airflow
that referenced
this issue
Jan 30, 2025
niklasr22
pushed a commit
to niklasr22/airflow
that referenced
this issue
Feb 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:exasol
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
Anything else
The issue happens everytime and is still prevalent in the most recent version. The line that needs change:
airflow/providers/src/airflow/providers/exasol/hooks/exasol.py
Line 248 in b00a810
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: