feat: support trigger drop (#248)

* feat: add trigger-drop proto

* remove trigger id of DropTriggerExpr
This commit is contained in:
fys
2025-06-25 02:06:43 +08:00
committed by GitHub
parent 819a949550
commit 464226cf8a
10 changed files with 3421 additions and 307 deletions
+6
View File
@@ -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;
}