Skip to content

Commit 62ef742

Browse files
authored
remove confusing img (#6883)
2 parents 2ec8282 + 6c0f409 commit 62ef742

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

website/docs/docs/build/metricflow-time-spine.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To see the generated SQL for the metric and dimension types that use time spine
2222

2323
## Configuring time spine in YAML
2424

25-
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).
25+
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).
2626

2727
Some things to note when configuring time spine models:
2828

@@ -73,8 +73,6 @@ This example creates a time spine at an hourly grain and a daily grain: `time_sp
7373
</File>
7474
</VersionBlock>
7575
76-
<Lightbox src="/img/time_spines.png" width="50%" title="Time spine directory structure" />
77-
7876
<!--
7977
<VersionBlock lastVersion="1.8">
8078
<File name="models/_models.yml">

website/static/img/time_spines.png

-32.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)