-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ephemeral instances no longer have any example data #29694
Comments
Hey @sadpandajoe! I'm here to assist you with any bugs, questions, or contributions while we wait for a human maintainer. Let's tackle this together! The example data such as dashboards and charts no longer exist when spinning up an ephemeral instance in a PR because the provided workflow configuration does not include any steps to load or initialize example data. To include example data, you need to add steps in the workflow to load the example data after the environment is spun up. You can use scripts like |
@michael-s-molina we tracked it down to your PR: #28789 that was causing this. Wondering if you have time to take a look at this? |
@sadpandajoe @eschutho @rusackas I executed the load examples command many times in my dev environment so I believe if might be something with the ephemeral environment. Do you have any additional information about the error? Any logs? I'm really busy for the next days so feel free to revert the PR if needed. |
This might be a clue for anyone looking into this: #27633 |
@michael-s-molina I've created this PR to revert in case if you can't get to this before 4.1 is ready: #29766. Will hold off from merging for now. |
Bug description
When you spin up an ephemeral instance in a PR, example data such as dashboard, charts, etc. no longer exist.
How to reproduce the bug
Notice that the dashboard list is empty where we used to have example dashboards.
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: