-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: Duplicated example dataset #29993
fix: Duplicated example dataset #29993
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #29993 +/- ##
===========================================
+ Coverage 60.48% 83.64% +23.15%
===========================================
Files 1931 528 -1403
Lines 76236 38148 -38088
Branches 8568 0 -8568
===========================================
- Hits 46114 31909 -14205
+ Misses 28017 6239 -21778
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/testenv up |
@michael-s-molina Ephemeral environment spinning up at http://54.244.13.91:8080. Credentials are |
@sadpandajoe @mistercrunch @eschutho @rusackas I confirmed that this PR also fixed the ephemeral environment problem. |
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit eb2d69a)
SUMMARY
#28789 duplicated the
wb_health_population
dataset which made our command that load the example data to fail. This PR simply removes the only chart that referenced the duplicated dataset and also removes the YAML file that was the root cause for the duplication.TESTING INSTRUCTIONS
Check the you're able to load the examples correctly.
ADDITIONAL INFORMATION