We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269ec35 commit 16574a8Copy full SHA for 16574a8
locals.pp
@@ -19,14 +19,18 @@
19
tp_index as project,
20
tp_id as source_id,
21
-- Create new aliases to preserve original row data
22
+ operation as operation_src,
23
+ resource as resource_src,
24
*
25
+ exclude operation, resource
26
EOQ
27
28
detection_sql_where_conditions = <<-EOQ
29
and severity != 'Error'
30
-- TODO: Do we need to check operation?
31
-- and (operation_src is null or operation_src.last = true)
32
33
+
34
// Keep same order as SQL statement for easier readability
35
detection_display_columns = [
36
"timestamp",
@@ -41,4 +45,4 @@
41
45
42
46
locals {
43
47
detection_sql_resource_column_resource_name = replace(local.detection_sql_columns, "__RESOURCE_SQL__", "resource_name")
44
-}
48
+}
0 commit comments