narioinc commented on issue #23577: URL: https://github.com/apache/superset/issues/23577#issuecomment-1504544832
@NiklasRosenstein I got ahead on this just a few min back. so it seems that the celery[redis] handle was missing So here is my bootstrapScript section in values.yaml bootstrapScript: | #!/bin/bash pip install psycopg2==2.9.1 \ redis==3.2.1 \ elasticsearch==7.10.1 \ elasticsearch-dbapi==0.2.10 &&\ pip uninstall celery &&\ pip install "celery[redis]" &&\ if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi I dont see the username error anymore, however unable to add an opendistro connection string yet. Hope this fix helps your usecase. let me know -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org