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
Is your feature request related to a problem? Please describe.
I have a schema where I want to select the last value, base on the timestamp, for a given dimension. I currently use (with presto as db):
which works well except that it doesn't match to any preaggs.
Describe the solution you'd like
I was wondering if it would be possible to include first and last as builtin measure types to allow them to work with preaggs
Describe alternatives you've considered
Not sure if there are any other ways to get this to work with rollups, can't find any docs on rollups + number measure type
Additional context
trying to build a realtime view
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a schema where I want to select the last value, base on the timestamp, for a given dimension. I currently use (with presto as db):
which works well except that it doesn't match to any preaggs.
Describe the solution you'd like
I was wondering if it would be possible to include
first
andlast
as builtin measure types to allow them to work with preaggsDescribe alternatives you've considered
Not sure if there are any other ways to get this to work with rollups, can't find any docs on rollups + number measure type
Additional context
trying to build a realtime view
The text was updated successfully, but these errors were encountered: