narioinc commented on issue #23577:
URL: https://github.com/apache/superset/issues/23577#issuecomment-1505359430
@NiklasRosenstein
The final bootstrapscript version that worked for me:
bootstrapScript: |
#!/bin/bash
pip uninstall elasticsearch && \
pip install psycopg2==2.9.1 \
redis==3.2.1 \
elasticsearch==7.10.1 \
elasticsearch-dbapi==0.2.10 &&\
pip install "celery[redis]" &&\
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{
.Values.runAsUser }}" > ~/bootstrap; fi
With this, i was able to connect to opensearch 2.6. Additionally i had to
setup root CA access in superset "Database Security" settings page in UI, but
once that was done, i was able to connect and i am now able to create
dashboards, graphs etc.
--
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]