gioargyr commented on issue #25825: URL: https://github.com/apache/superset/issues/25825#issuecomment-2969314305
Hello, Why should you close this issue? I do not think that anything is fixed. The problem is that I deploy Superset in my Kubernetes cluster using the Helm repo/chart and I should get also the example-datasets. However, the examples are not loaded by default. This is **issue number 1**. The workaround for loading the example-datasets is to run the command `$ superset load_examples` and the example-datasets are loaded. Even in this case they are downloaded and an sqlite db file is created locally. the first time that the `superset` Pod restarts the example-datasets are lost (since they were stored locally and not persistently) and I need to run `$ superset load_examples` again. This is **issue number 2**. Is this how Superset is supposed to work? Can I do something in order to load the example-datasets in a persistent way? -- 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]
