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

chore: Allow auto pruning of the query table #29936

Merged
merged 4 commits into from
Aug 19, 2024

Adjust batch size and improve logging

752fbb7
Select commit
Loading
Failed to load commit list.
Merged

chore: Allow auto pruning of the query table #29936

Adjust batch size and improve logging
752fbb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 16, 2024 in 1s

83.64% (+23.15%) compared to 76d897e

View this Pull Request on Codecov

83.64% (+23.15%) compared to 76d897e

Details

Codecov Report

Attention: Patch coverage is 34.88372% with 28 lines in your changes missing coverage. Please review.

Project coverage is 83.64%. Comparing base (76d897e) to head (752fbb7).
Report is 592 commits behind head on master.

Files Patch % Lines
superset/commands/sql_lab/query.py 35.29% 22 Missing ⚠️
superset/tasks/scheduler.py 33.33% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #29936       +/-   ##
===========================================
+ Coverage   60.48%   83.64%   +23.15%     
===========================================
  Files        1931      528     -1403     
  Lines       76236    38148    -38088     
  Branches     8568        0     -8568     
===========================================
- Hits        46114    31910    -14204     
+ Misses      28017     6238    -21779     
+ Partials     2105        0     -2105     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.