dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
66 stars 13 forks source link

[Feature] Sub-daily granularity #280

Closed courtneyholcomb closed 3 months ago

courtneyholcomb commented 3 months ago

Is this your first time submitting a feature request?

Describe the feature

Enable sub-daily TimeGranularity options. In order to support metrics that require time spine joins, will need to add support for sub-daily time spines. These can be very inefficient for queries that don't require that small of granularity, so we will also enable support for multiple time spines. This will allow us to choose the best time spine available to build an efficient query.

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