Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
query_runner -> query_results: improve logging, handle unhandled data types #6905
base: master
Are you sure you want to change the base?
query_runner -> query_results: improve logging, handle unhandled data types #6905
Changes from 12 commits
aa7b93c
fb4163c
4e7e468
11e4f0b
1f4853e
e0ae3ba
051ed07
71e433a
17c00d6
512bde7
be111d3
26b5f7c
8d155bf
374e6bf
1a7f204
d22df7c
30776b3
c9feda5
a181ba9
d3f8cad
0778b71
a8023fb
4e3cbdb
5e69e3f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure we don't want debugging statements being unconditionally run. At least with the change above it, it seems to be done conditionally there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@justinclift thank you for the reply! So there are 2 things:
logger
only logs (prints to stdout/stderr) messages, nothing is actually run/executed. The default log level is INFO, sologger.debug
is actually a condition which logs the data only at a more verbose levelThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @justinclift
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vtatarin Sorry, but I'm short on time for the next few weeks.
Am getting some (Redash related) stuff deployed to a data centre, and that's taking the majority of my focus time. When that's done I'll be able to look at PRs properly. 😄