landryb commented on PR #32572: URL: https://github.com/apache/superset/pull/32572#issuecomment-2788763341
@michael-s-molina a bit puzzled, doing a pip install from master branch here doesn't install the new `superset/commands/logs` subdir, is there something needed in the build system/python goo so that the `prune.py` file gets installed ? without it, trigerring a job on a celery worker blows with: ``` Apr 09 10:07:02 demo celery[4084022]: File "/srv/apps/superset/venv/lib/python3.11/site-packages/superset/tasks/scheduler.py", line 28, in <module> Apr 09 10:07:02 demo celery[4084022]: from superset.commands.logs.prune import LogPruneCommand Apr 09 10:07:02 demo celery[4084022]: ModuleNotFoundError: No module named 'superset.commands.logs' ``` -- 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]
