feat: add or_replace to CREATE FLOW TASK

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2024-04-25 17:39:22 +08:00
parent 93ebc1ba90
commit d18b1c8b8a
5 changed files with 602 additions and 457 deletions
+6 -5
View File
@@ -44,11 +44,12 @@ message CreateFlowTaskExpr {
string task_name = 2;
repeated SchemaScopedTableName source_table_names = 3;
SchemaScopedTableName sink_table_name = 4;
bool create_if_not_exists = 5;
string expire_when = 6;
string comment = 7;
string sql = 8;
map<string, string> task_options = 9;
bool or_replace = 5;
bool create_if_not_exists = 6;
string expire_when = 7;
string comment = 8;
string sql = 9;
map<string, string> task_options = 10;
}
// Table name