feat: flow replace option (#198)
* feat: flow replace * chore: make * refactor: rename * chore: make all * refactor: more rename * chore: make all
This commit is contained in:
@@ -79,6 +79,8 @@ message CreateRequest {
|
||||
string comment = 6;
|
||||
string sql = 7;
|
||||
map<string, string> flow_options = 8;
|
||||
// Set to true if the flow should be created or replaced.
|
||||
bool or_replace = 9;
|
||||
}
|
||||
|
||||
message DropRequest { FlowId flow_id = 1; }
|
||||
|
||||
Reference in New Issue
Block a user