You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/index.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,27 @@ Currently, auth using bearer token is supported. Please specify the token via --
17
17
For detailed help on entity specific operations, use bin/uc <entity> --help
18
18
```
19
19
20
+
## Fixed-Width Output Fields
21
+
22
+
As of [this commit]({{ uc.commit }}/06ea446a3a00e78f82a77039dae22339152e2e1d), the tabular output of Unity Catalog CLI always displays the entire values of the following columns (case-insensitive):
23
+
24
+
*`NAME`
25
+
* Any column with `ID` suffix (e.g., `TABLE_ID`)
26
+
27
+
```{ .console .no-copy }
28
+
$ ./bin/uc table list --catalog unity --schema default
0 commit comments