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

Add sub-daily `TimeGranularity` options #281

Closed courtneyholcomb closed 3 months ago

courtneyholcomb commented 3 months ago

Resolves #280

Description

Add support for sub-day TimeGranularity options: hour, minute, second, millisecond, microsecond, and nanosecond.

Checklist