[PYF-260] Add flink statement result list command and display results on create --wait#3261
Draft
Zander Matheson (awmatheson) wants to merge 1 commit intoconfluentinc:mainfrom
Draft
[PYF-260] Add flink statement result list command and display results on create --wait#3261Zander Matheson (awmatheson) wants to merge 1 commit intoconfluentinc:mainfrom
Zander Matheson (awmatheson) wants to merge 1 commit intoconfluentinc:mainfrom
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
… on create --wait
963aca0 to
129c2f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Notes
Add new
confluent flink statement result list <statement-name>command that fetches and displays SQL statement result rows from the Flink Gateway API, with support for--output human/json/yaml,--wait, and--max-rowsflagsconfluent flink statement create --waitto automatically fetch and display results when the statement produces them (has a result schema), falling through to existing metadata output forDDL
statements
Test plan
go build ./...compiles successfullyTestFlinkStatementResultListintegration tests pass (human, JSON, YAML output formats)TestFlinkStatementCreatetests pass (including--wait)TestFlinkStatementtests passconfluent flink statement create --sql "SHOW DATABASES" --wait --compute-pool <pool>confluent flink statement result list <statement-name> --cloud <cloud> --region <region>Jira: https://confluentinc.atlassian.net/browse/PYF-260"
Breaking Changes
New Features
Bug Fixes
Checklist
Whatsection below whether this PR applies to Confluent Cloud, Confluent Platform, or both.Test & Reviewsection below.Blast Radiussection below.What
Blast Radius
References
Test & Review