-
Notifications
You must be signed in to change notification settings - Fork 103
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
Log the query id #530
Labels
Comments
@WarFox good suggestion, are you willing to contribute and propose the required changes? |
@nicor88 sure I can pick this up over the weekend |
WarFox
added a commit
to WarFox/dbt-athena
that referenced
this issue
Dec 9, 2023
- Adds info log as soon as query id is available - Adds query_id to warning and debug logs in AthenaCursor
4 tasks
WarFox
added a commit
to WarFox/dbt-athena
that referenced
this issue
Dec 9, 2023
- Adds info log as soon as query id is available - Adds query_id to warning and debug logs in AthenaCursor
WarFox
added a commit
to WarFox/dbt-athena
that referenced
this issue
Dec 10, 2023
- Log the query id as soon as it is available - Adds query_id to warning and debug logs in AthenaCursor
nicor88
added a commit
that referenced
this issue
Dec 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Thank you for making this adapter for Athena, we depend on this heavily.
Not sure if this has already been discussed/considered. In order to help with any issues related to a particular query, it would be great if Athena Query ID get logged at some point.
I see the sql is getting logged on exception, which is great.
https://github.com/dbt-athena/dbt-athena/blob/main/dbt/adapters/athena/connections.py#L216
Since Athena provides a unique query id for each query it would be helpful to log it
Issue triaging would be much smoother with this
The text was updated successfully, but these errors were encountered: