feat: flow add eval interval (#273)
* feat: create flow eval interval Signed-off-by: discord9 <discord9@163.com> * fix: eval interval Signed-off-by: discord9 <discord9@163.com> * chore: make all Signed-off-by: discord9 <discord9@163.com> * fix: flow create request Signed-off-by: discord9 <discord9@163.com> * chore: make all Signed-off-by: discord9 <discord9@163.com> * chore: fmt Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
@@ -93,6 +93,7 @@ message CreateRequest {
|
||||
bool create_if_not_exists = 4;
|
||||
// Expire data older than the given duration seconds.
|
||||
ExpireAfter expire_after = 5;
|
||||
EvalInterval eval_interval = 10;
|
||||
string comment = 6;
|
||||
string sql = 7;
|
||||
map<string, string> flow_options = 8;
|
||||
|
||||
Reference in New Issue
Block a user