summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpanikku <[email protected]>2025-07-03 15:23:50 +0300
committerpanikku <[email protected]>2025-07-03 16:18:15 +0300
commit455cb83c413decb4220fe9493b0444906d3242ae (patch)
tree857629b6647427482c7823f7640744220c3d27ca
parentfdc3ed2f3a53f64b189d53b2cb81513916a78dc3 (diff)
YQL-20130: Adding alerts filter
Для пробрасывания алертов нужен фильтр под них чтобы не нагружать большими запросами commit_hash:3cac6ac4b55444504723647b567f7452d52c3773
-rw-r--r--yt/cpp/mapreduce/interface/operation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h
index ee3e3b1fa11..fb1ecb723dd 100644
--- a/yt/cpp/mapreduce/interface/operation.h
+++ b/yt/cpp/mapreduce/interface/operation.h
@@ -2359,6 +2359,7 @@ enum class EOperationAttribute : int
Spec /* "spec" */,
FullSpec /* "full_spec" */,
UnrecognizedSpec /* "unrecognized_spec" */,
+ Alerts /* "alerts" */,
};
///