Add default_aggregation to Field #115
deepralhan26
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Add an optional
default_aggregationproperty to Field objects to make aggregation behavior explicit and portable.Problem
Aggregation intent is currently implied indirectly, creating gaps in portability and round-trip workflows. Moving models between systems loses this critical semantic information.
Solution
Benefits
Proposed Values
sum,average,count,count_distinct,min,max,noneBackward Compatibility
Field is optional; existing models unaffected.
Beta Was this translation helpful? Give feedback.
All reactions