dineshp89 opened a new issue #19272: URL: https://github.com/apache/superset/issues/19272
Import error in config.py for CacheConfig #### How to reproduce the bug 1. Open the config.py 2. Go to line number 48 in config.py 3. See "from superset.superset_typing import CacheConfig" 4. and try to "superset db upgrade" ### Expected results Successful superset db upgrade ### Actual results Got below error: ModulNotFoundError: No module Named 'superset.superset_typing' #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment (please complete the following information): - browser type and version: - superset version: `1.4.1 - python version: `3.8` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
