You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -398,6 +400,10 @@ Our system uses PostgreSQL to store metadata, where this value is stored as a `t
398
400
If you want to apply the exemption to all databases, you can skip the `database`, `table`, and `column` fields.
399
401
</Note>
400
402
403
+
<Note>
404
+
If you specify `raw_expression`, it defines the exemption condition directly as a CEL expression. When `raw_expression` is used, the other fields (`database`, `schema`, `table`, `columns`, `expire_timestamp`) are ignored.
0 commit comments