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:
discord9
2024-11-14 14:45:09 +08:00
committed by GitHub
parent 75c5fb5691
commit e1070ad3e7
8 changed files with 1695 additions and 169 deletions
+2
View File
@@ -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; }