Represents an aggregation policy in Snowflake, which defines constraints on aggregation operations.
aggregation_policy = AggregationPolicy(
name="some_aggregation_policy",
body="AGGREGATION_CONSTRAINT(MIN_GROUP_SIZE => 5)",
owner="SYSADMIN"
)
aggregation_policies:
- name: some_aggregation_policy
body: AGGREGATION_CONSTRAINT(MIN_GROUP_SIZE => 5)
owner: SYSADMIN