XiaoConstantine opened a new issue #12126: URL: https://github.com/apache/incubator-superset/issues/12126
A clear and concise description of what the bug is. ### Expected results what you expected to happen. with latest master: ```bash * 49ec13c68 (HEAD -> master, upstream/master) feat: Support multiple queries per request (#11880) 62 minutes ago ``` ```bash docker compose up ``` will start a minimum working env locally ### Actual results what actually happens. ```bash superset_app | * Debugger is active! superset_app | * Debugger PIN: 269-512-780 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_node | /usr/local/bin/webpack-cli -> /usr/local/lib/node_modules/webpack-cli/bin/cli.js superset_node | /usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js superset_node | + [email protected] superset_node | + [email protected] superset_node | added 144 packages from 155 contributors in 9.829s superset_node | npm WARN using --force I sure hope you know what you are doing. superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 from holidays import CountryHolidaysuperset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | superset_worker exited with code 1 superset_worker | Error: superset_worker | Unable to load celery application. superset_worker | The module holidays was not found. superset_worker | ``` #### Screenshots If applicable, add screenshots to help explain your problem. [localhost:8088](url)  #### How to reproduce the bug 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Environment (please complete the following information): - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` ### 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
