Skip to content

Commit f8f2b64

Browse files
Fix join_to_timespine indentation (#6686)
## What are you changing in this pull request and why? Resolves #6685 ## Checklist - [x] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. Co-authored-by: Matt Shaver <[email protected]>
1 parent 388d2d7 commit f8f2b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/build/metrics-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ metrics:
271271
measure:
272272
name: cancellations_usd # Specify the measure you are creating a proxy for.
273273
fill_nulls_with: 0
274+
join_to_timespine: true
274275
filter: |
275276
{{ Dimension('order__value')}} > 100 and {{Dimension('user__acquisition')}} is not null
276-
join_to_timespine: true
277277
```
278278
</File>
279279

0 commit comments

Comments
 (0)