-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: error_parsing #21946
fix: error_parsing #21946
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21946 +/- ##
==========================================
+ Coverage 65.71% 67.17% +1.46%
==========================================
Files 1807 1807
Lines 69202 69729 +527
Branches 7402 7402
==========================================
+ Hits 45474 46841 +1367
+ Misses 21817 20977 -840
Partials 1911 1911
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
superset/reports/commands/execute.py
Outdated
@@ -16,6 +16,7 @@ | |||
# under the License. | |||
import json | |||
import logging | |||
import re |
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.
Are we using it somehow in this file?
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.
no this was leftover! Thank you!
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.
fixed
c1ed969
to
fecf283
Compare
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.
LGTM!
fecf283
to
a976e6d
Compare
a976e6d
to
998e1e0
Compare
(cherry picked from commit 33fc578)
SUMMARY
There was SQL information in the logs that we were sending, this fixes the error message to make sure that it does not happen.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION