Implement SHOW CREATE FLOW
#3939
Labels
A-flow
Involves code in DataFlow
A-frontend
Involves code in the Frontend node
A-query
Involves code in query path
C-feature
Category Features
good first issue
Good for newcomers
What problem does the new feature solve?
#3806 implements the
CREATE FLOW
clause. This ticket requests a feature for displaying the statement used to create one flow. It's like theSHOW CREATE TABLE
toCREATE TABLE
What does the feature do?
Implement
SHOW CREATE FLOW
clause. The existing implementation ofSHOW CREATE TABLE
can be a reference.greptimedb/src/sql/src/statements/show.rs
Lines 123 to 126 in a260ba3
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: