rusackas commented on issue #25825: URL: https://github.com/apache/superset/issues/25825#issuecomment-4043449914
This is a known limitation of the example data setup in Kubernetes/multi-pod deployments: example data is loaded into a local SQLite file, but each pod has its own filesystem, so pods that didn't run `load-examples` cannot access the SQLite data. The most reliable workaround is to load examples into PostgreSQL instead of SQLite by configuring a separate SQLite-free example database, or by using a single-node setup for example data purposes. This issue has not seen maintainer activity in approximately 9 months and the examples are primarily intended for development/demo purposes rather than production Kubernetes deployments. If anyone is interested in contributing a fix to load example data into the metadata PostgreSQL DB instead of SQLite in Helm deployments, a PR would be welcome. Otherwise, this issue may be closed as "not planned" in a future cleanup pass. -- 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]
