[Feature] Add time_granularity
to metric spec
#10376
Labels
artifact_minor_upgrade
To bypass the CI check by confirming that the change is not breaking
enhancement
New feature or request
semantic
Issues related to the semantic layer
Is this your first time submitting a feature request?
Describe the feature
Add
time_granularity
to metric spec.Currently,
metric_time
defaults to the smallest available granularity. Now that we're enabling sub-daily granularities, users will likely be surprised to seemetric_time
default tosecond
or anything smaller thanday
. To enable users to continue defaulting to a more useful granularity while still enabling smaller granularities for a given time dimension, we will allow them to specify theirtime_granularity
in the metric spec. This will default today
, ensuring that this is not a breaking change and the behavior ofmetric_time
does not change until the user specifies a different granularity here.Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: