dbt-labs / dbt-semantic-interfaces

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

Made DatePart an ExtendedEnum #207

Closed DevonFulcher closed 1 year ago

DevonFulcher commented 1 year ago

Description

Made DatePart an ExtendedEnum so that users don't have to worry about case when entering values into date_part(). Copy-pasted MF comment so that we can remove DatePart from MF.

Checklist