confluentinc / confluentinc/vscode
Do not show search/column settings on completed metadata statement
Open
Flink
needs discussion
needs UI/UX Review
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
Submit statement as follows and observe new tab opened
```
CREATE TABLE MyTable (
`user_id` BIGINT,
`name` STRING,
`timestamp` BIGINT METADATA
)
```
Ideally, we'd hide search/column settings gear icon if we can detect the statement is a meatdata statement that will never have any output.
Contributor guide
Assessment
This issue has not been assessed yet.