SwapnilKhante commented on issue #10149:
URL:
https://github.com/apache/incubator-superset/issues/10149#issuecomment-648885675
@scook12 I could manage to fix this issue.
You need to run following command to setup username and password:
docker-compose exec superset bash /app/docker-init.sh
If you run it in windows you will get an error. To fix it first run following
dos2unix docker-init.sh
This will make the script linux ready as the script got copied from windows
system to a linux one and it has certain special characters which throws errors.
----------------------------------------------------------------
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]