Skip to content

Commit

Permalink
Update website/docs/docs/build/metricflow-time-spine.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pat Kearns <[email protected]>
  • Loading branch information
mirnawong1 and patkearns10 authored Oct 8, 2024
1 parent 5a61efb commit 85122cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/metricflow-time-spine.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ models:
- This example configuration shows a time spine model called `time_spine_hourly` and `time_spine_daily`. It sets the time spine configurations under the `time_spine` key.
- The `standard_granularity_column` is the column that maps to one of our [standard granularities](/docs/build/dimensions?dimension=time_gran). This column must be set under the `columns` key and should have a grain that is finer or equal to any custom granularity columns defined in the same model.
- It needs to reference a column defined under the `columns` key, in this case, date_hour and date_day, respectively.
- It needs to reference a column defined under the `columns` key, in this case, `date_hour` and `date_day`, respectively.
- It sets the granularity at the column-level using the `granularity` key, in this case, `hour` and `day`, respectively.
- MetricFlow will use the `standard_granularity_column` as the join key when joining the time spine table to other source table.

Expand Down

0 comments on commit 85122cb

Please sign in to comment.