Commit 8818133
fix: fall back to --name as label when --description omitted on create
Without this, omitting --description sent no label to the API, which
treats label as required and would return a server-side error.
Also corrects the --name help text example from a qualified
default.public.my_view to just my_view — the API table_name field
expects an unqualified identifier.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 68e4643 commit 8818133
2 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 79 | + | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments