-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: don't show busted label for unknown data types #14585
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14585 +/- ##
==========================================
- Coverage 77.40% 77.40% -0.01%
==========================================
Files 958 958
Lines 48329 48329
Branches 5679 5679
==========================================
- Hits 37410 37408 -2
- Misses 10719 10721 +2
Partials 200 200
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@junlincc Ephemeral environment spinning up at http://54.68.112.58:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops,,,, i meant to use my QA account to approve. sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit ad699e8)
SUMMARY
In the dataset editor modal, data columns with unknown types showed odd looking little empty Label components. This simply doesn't render those. We can add in some other "unknown" icon or other treatment, but it seemed like "less is more" in this case.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
Pick a dataset in the CRUD view, click the pencil/edit action, and click the "Calculated Columns" tab to (most likely) see a specimen.
ADDITIONAL INFORMATION