-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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(report): fix last_eval_dttm sort and more tests #12121
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12121 +/- ##
==========================================
- Coverage 66.55% 63.03% -3.52%
==========================================
Files 994 994
Lines 49034 49018 -16
Branches 4977 4977
==========================================
- Hits 32633 30897 -1736
- Misses 16273 17921 +1648
- Partials 128 200 +72
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset/app.py
Outdated
|
||
if feature_flag_manager.is_feature_enabled( | ||
"ALERT_REPORTS" | ||
) and feature_flag_manager.is_feature_enabled("SIP_34_ALERTS_UI"): |
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.
we recently removed SIP_34_ALERTS_UI
, ALERT_REPORTS
should be the only one going forward.
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.
#12085 removed it, but looks like there's still a reference in config.py
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.
ok, all instances of SIP_34_ALERTS_UI
are gone
SUMMARY
Fixes the following:
last_eval_dttm
allowed sort on the API.ModelView
classAlertReportModelView
.Adds more tests to alerts and reports (invalid queries)
New side by side menu:
ADDITIONAL INFORMATION