sergiimk commented on issue #25825:
URL: https://github.com/apache/superset/issues/25825#issuecomment-1791765554
I also hit this issue on latest chart `0.10.14`.
If you go to `Settings / Database connections` and do `Test connection` on
`examples` database you will see an SQLite-related error saying it's not a
secure source.
Per #17551 I added the following into my `values.yaml`:
```yaml
configOverrides:
allow_sqlite_for_examples: |
PREVENT_UNSAFE_DB_CONNECTIONS = False
```
This made connection test pass, however I was still getting `no such table`
errors.
When I exec into `superset` pod I see that `superset_home/examples.db` file
has size of zero. I suspect that `superset-init-db` pod that according to logs
seems to be setting up all the example tables is not writing to the same file
superset pod is reading from...
--
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]