crucialfelix commented on issue #16247:
URL: https://github.com/apache/superset/issues/16247#issuecomment-925637079
I did get it to initialize by running:
```
docker-compose up superset-init
```
Let it finish initializing, then you can bring up the whole "cluster"
I think it can be fixed by changing the other services from:
depends_on: *superset-depends-on
to:
depends_on: superset-init
--
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]