Skip to content
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 sqllab logging #5862

Merged
merged 1 commit into from Sep 12, 2018
Merged

Conversation

timifasubaa
Copy link
Contributor

@timifasubaa timifasubaa commented Sep 11, 2018

This PR fixes a case in sqllab celery worker where run query is called in the asynchronous case but not with the query. (It ensures there is a start_time specified before subtracting)
It also fixes a minor bug where I flipped the operands beside the minus sign

@john-bodley

@timifasubaa timifasubaa changed the title [WIP] fix sqllab logging fix sqllab logging Sep 11, 2018
@codecov-io
Copy link

codecov-io commented Sep 11, 2018

Codecov Report

Merging #5862 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5862      +/-   ##
==========================================
+ Coverage   63.69%   63.73%   +0.04%     
==========================================
  Files         374      374              
  Lines       23325    23325              
  Branches     2607     2607              
==========================================
+ Hits        14857    14867      +10     
+ Misses       8455     8445      -10     
  Partials       13       13
Impacted Files Coverage Δ
superset/views/core.py 74.22% <ø> (ø) ⬆️
superset/sql_lab.py 71.42% <100%> (ø) ⬆️
superset/connectors/sqla/models.py 81.13% <0%> (+0.75%) ⬆️
superset/db_engine_specs.py 55.19% <0%> (+0.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01212c3...9ead09f. Read the comment docs.

@timifasubaa timifasubaa merged commit c82cea3 into apache:master Sep 12, 2018
timifasubaa added a commit to airbnb/superset-fork that referenced this pull request Sep 13, 2018
(cherry picked from commit c82cea3)
betodealmeida pushed a commit to lyft/incubator-superset that referenced this pull request Oct 12, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants