AggregationPolicy
Represents an aggregation policy in Snowflake, which defines constraints on aggregation operations.
Examples
Python
YAML
Fields
name
(string, required) - The name of the aggregation policy.body
(string, required) - The SQL expression defining the aggregation constraint.owner
(string or Role) - The owner of the aggregation policy. Defaults to "SYSADMIN".
Last updated