-
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: dashboard iframe to markdown db migration #11845
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11845 +/- ##
==========================================
- Coverage 67.12% 60.50% -6.63%
==========================================
Files 915 872 -43
Lines 44537 42925 -1612
Branches 4235 3749 -486
==========================================
- Hits 29897 25972 -3925
- Misses 14526 16953 +2427
+ Partials 114 0 -114
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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, thanks for fixing! Minimal non-blocking nit.
superset/migrations/versions/978245563a02_migrate_iframe_to_dash_markdown.py
Outdated
Show resolved
Hide resolved
…sh_markdown.py Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
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. Thanks for fixing it.
Just curious...why I didn't hit this error while testing it (python 3.7)? |
@graceguo-supercat AFAIK python 3.8 is more strict about this than previous versions. |
SUMMARY
Fixing a reported issue on a db migration with the following error:
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION