-
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
[table editor] allow selecting physical table #6046
Conversation
08f0da0
to
febda3c
Compare
6edf309
to
b565d41
Compare
Codecov Report
@@ Coverage Diff @@
## master #6046 +/- ##
==========================================
- Coverage 56.22% 56.18% -0.04%
==========================================
Files 519 520 +1
Lines 23098 23177 +79
Branches 2759 2765 +6
==========================================
+ Hits 12986 13023 +37
- Misses 9702 9744 +42
Partials 410 410
Continue to review full report at Codecov.
|
@betodealmeida this is ready for 👀 |
@hughhhh @betodealmeida this is ready for review |
Ping! I'd like to get this through. |
b565d41
to
84ac2b9
Compare
👀 👀 👀 👀 👀 👀 👀 👀 |
return ( | ||
<div className="m-t-5"> | ||
<div className="row"> | ||
<div className="col-md-11 col-xs-11" style={{ paddingRight: '2px' }}> |
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.
nit: move inline-style to main.css
6200523
to
f4eef53
Compare
f4eef53
to
cffb69e
Compare
Addressed comments, merging. |
- Add the show metadta button, accidentally removed from PR apache#6046, back to the explore view - Remove dead code that is no longer reachable from DataSourceModal.jsx.
* Add show metadata button back to the explore view - Add the show metadta button, accidentally removed from PR #6046, back to the explore view - Remove dead code that is no longer reachable from DataSourceModal.jsx. * Adding additional code back to make the button function and remove more dead code.
* Add show metadata button back to the explore view - Add the show metadta button, accidentally removed from PR #6046, back to the explore view - Remove dead code that is no longer reachable from DataSourceModal.jsx. * Adding additional code back to make the button function and remove more dead code. (cherry picked from commit f8cf0fb)
At a high level:
TableSelect
as its own component out of SqlLab's left panel as its own componentTableSelector
@betodealmeida this is ready for review