-
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
chore: rename ImportMixin to ImportExportMixin #11460
Conversation
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 if CI is green
Codecov Report
@@ Coverage Diff @@
## SO-1095 #11460 +/- ##
========================================
Coverage 61.91% 61.91%
========================================
Files 864 864
Lines 41047 41047
Branches 3693 3693
========================================
Hits 25415 25415
Misses 15453 15453
Partials 179 179
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Add UUID to saved_query * Reuse function from previous migration * Point to new head * feat: add backend to export saved queries using new format * Rename ImportMixin to ImportExportMixin
SUMMARY
The mixin has been used not just for import, but also for export. Renaming it for consistency.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TEST PLAN
Unit tests all pass.
ADDITIONAL INFORMATION