confluentinc / confluentinc/vscode

Submitting a DDL statement should not end up opening SQL results viewer

Open
#2,974 1 comment 0 reactions 1 assignee Claimed by @shouples View on GitHub
Dominant language
TypeScript
Stars
34
Forks
17
Avg merge
1d 22h
Merged PRs (30d)
8

Description

when a DDL Flink statement is submitted, we should not open up results viewer. There will never be any results.

Can inspect the fields of the returned statement, then pivot.
Should just open up a popup saying something like 'statement completed, table created' or whatnot with an an action button for 'delete Flink statement' which would then follow up with deleting the now spent statement -- only if the resulting statement wasn't a streaming statement. There's metadata for that.

Getting the verbiage right on that action button, so that it will be different enough from being interpreted as 'is this gonna drop the table I just created?'.

The concept that most all of these Flink statements not being ephemeral things is just a headache for the end-user.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.