-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(explore): JS error for creating new metrics from columns #16477
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16477 +/- ##
=======================================
Coverage 76.40% 76.40%
=======================================
Files 1002 1002
Lines 53672 53670 -2
Branches 6853 6852 -1
=======================================
Hits 41006 41006
+ Misses 12427 12425 -2
Partials 239 239
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@ktmud Ephemeral environment spinning up at http://52.11.145.140:8080. Credentials are |
Okay... testenv is useless since it doesn't have the feature flags enabled. @robdiciuccio how difficult do you think if we are to make slash command accept feature flags? |
@ktmud yes, example #16329 (comment) |
@nytai This is awesome. Thank you! |
/testenv up FEATURE_ENABLE_EXPLORE_DRAG_AND_DROP=true FEATURE_ENABLE_DND_WITH_CLICK_UX=true |
@ktmud Ephemeral environment spinning up at http://18.236.158.181:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
Verified with testenv, merging |
* upstream/master: fix: create example DB if needed (apache#16451) fix(native-filters): add handle undefined control value gracefully (apache#16468) Revert "chore: Changes the DatabaseSelector to use the new Select component (apache#16334)" (apache#16478) fix(explore): JS error for creating new metrics from columns (apache#16477) fix: queryEditor bug (apache#16452) docs: make code snippet usable with required imports (apache#16473) perf(dashboard): decouple redux props from dashboard components (apache#16421) perf(dashboard): reduce number of rerenders of Charts (apache#16444)
SUMMARY
This closes #16471 , but was introduced by #16362 .
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Test manually locally
ADDITIONAL INFORMATION