-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: force_screenshot migration #17928
fix: force_screenshot migration #17928
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17928 +/- ##
==========================================
- Coverage 67.07% 67.07% -0.01%
==========================================
Files 1609 1609
Lines 64903 64903
Branches 6866 6866
==========================================
- Hits 43535 43531 -4
- Misses 19502 19506 +4
Partials 1866 1866
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷 2022.1 |
(cherry picked from commit 4479fc9)
SUMMARY
The migration was failing because
chart_id
was not present in theReportSchedule
model defined in the migration.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
superset db downgrade 31bb738bd1d2
superset db upgrade
force_screenshot
was added, and has the value true for the created alert:ADDITIONAL INFORMATION