feat: support trigger drop (#248)
* feat: add trigger-drop proto * remove trigger id of DropTriggerExpr
This commit is contained in:
@@ -326,3 +326,9 @@ message WebhookOptions {
|
||||
string url = 1;
|
||||
map<string, string> opts = 2;
|
||||
}
|
||||
|
||||
message DropTriggerExpr {
|
||||
string catalog_name = 1;
|
||||
string trigger_name = 2;
|
||||
bool drop_if_exists = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user