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

[Feature] Custom calendar support #335

Closed courtneyholcomb closed 2 months ago

courtneyholcomb commented 2 months ago

Is this your first time submitting a feature request?

Describe the feature

Support custom calendar spec in time spine.

time_spine:
  standard_granularity_column: date_day
  custom_granularity_columns:
      - name: fortnight
      - name: retail_month
      - name: fiscal_quarter

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