-
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
refactor: Move fetchTimeRange to core package #27852
refactor: Move fetchTimeRange to core package #27852
Conversation
362f808
to
2bcc15f
Compare
// "composite": false, | ||
// "emitDeclarationOnly": false, | ||
// "noEmit": true, | ||
// "rootDir": "." |
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.
@kgabryje, intentional?
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.
Oops, nope 😬
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. I left a small nit question.
2bcc15f
to
39ddf6e
Compare
(cherry picked from commit a498d6d)
(cherry picked from commit a498d6d)
SUMMARY
Move
fetchTimeRange
function and all its dependencies tosuperset-ui/core
to make it reusable in components defined incore
andchart-controls
packages.Also, sync
superset/errors.py::SupersetErrorType
withpackages/superset-ui-core/src/query/types/Query.ts::ErrorTypeEnum
.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
No visual changes
TESTING INSTRUCTIONS
CI should pass
ADDITIONAL INFORMATION