mirror of
https://github.com/apache/superset.git
synced 2026-06-06 08:09:14 +00:00
[sqllab] surfacing more table metadata (indices, pk, fks) (#1485)
* Expose more table/column metadata * [sqllab] expose more table metadata * more tests
This commit is contained in:
committed by
GitHub
parent
76499afd8d
commit
61509bbd44
@@ -258,3 +258,13 @@ a.Link {
|
||||
padding: 3px 5px;
|
||||
margin: 3px 5px;
|
||||
}
|
||||
.tooltip pre {
|
||||
background: transparent;
|
||||
border: none;
|
||||
text-align: left;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user