Skip to content

Commit

Permalink
remove confusing img (#6883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Feb 7, 2025
2 parents 2ec8282 + 6c0f409 commit 62ef742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docs/docs/build/metricflow-time-spine.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To see the generated SQL for the metric and dimension types that use time spine

## Configuring time spine in YAML

Time spine models are normal dbt models with extra configurations that tell dbt and MetricFlow how to use specific columns by defining their properties. Add the [`models` key](/reference/model-properties) for the time spine in your `models/` directory. If your project already includes a calendar table or date dimension, you can configure that table as a time spine. Otherwise, review the [example time-spine tables](#example-time-spine-tables) to create one. If the relevant model file (`util/_models.yml`) doesn't exist, create it and add the configuration mentioned in the [next section](#creating-a-time-spine-table).
Time spine models are normal dbt models with extra configurations that tell dbt and MetricFlow how to use specific columns by defining their properties. Add the [`models` key](/reference/model-properties) for the time spine in your `models/` directory. If your project already includes a calendar table or date dimension, you can configure that table as a time spine. Otherwise, review the [example time-spine tables](#example-time-spine-tables) to create one. If the relevant model file doesn't exist, create it and add the configuration mentioned in the [next section](#creating-a-time-spine-table).

Some things to note when configuring time spine models:

Expand Down Expand Up @@ -73,8 +73,6 @@ This example creates a time spine at an hourly grain and a daily grain: `time_sp
</File>
</VersionBlock>
<Lightbox src="/img/time_spines.png" width="50%" title="Time spine directory structure" />
<!--
<VersionBlock lastVersion="1.8">
<File name="models/_models.yml">
Expand Down
Binary file removed website/static/img/time_spines.png
Binary file not shown.

0 comments on commit 62ef742

Please sign in to comment.