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
For downstream usage of measures and metrics to really reduce the workload on the users, it would be great to specify the data type by the owner of the measure or metric.
measures:
- name: some_monetary_measure
expr: some_monetary_column
agg: sum
data_type: [Optional, would default to no type conversion] decimal(20,2)
and
metrics:
- name: some_monetary_metric
type: simple
type_params:
measure: some_monetary_measure
data_type: [Optional, would pick up on the measure data type if not specified] decimal(20,2)
Describe alternatives you've considered
Sometimes the underlying table does not have the appropriate data type, in this case every downstream user of the metric needs to do the type conversion.
Who will this benefit?
No response
Are you interested in contributing this feature?
Happy to test
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is this your first time submitting a feature request?
Describe the feature
This is an extension to #1287
For downstream usage of measures and metrics to really reduce the workload on the users, it would be great to specify the data type by the owner of the measure or metric.
and
Describe alternatives you've considered
Sometimes the underlying table does not have the appropriate data type, in this case every downstream user of the metric needs to do the type conversion.
Who will this benefit?
No response
Are you interested in contributing this feature?
Happy to test
Anything else?
No response
The text was updated successfully, but these errors were encountered: