Skip to content

Commit

Permalink
Remove create_metric parameter reference from 1.6 docs
Browse files Browse the repository at this point in the history
The create_metric parameter on measures defined in semantic models is listed in the 1.6 documentation, but support for it was not added until 1.7.
  • Loading branch information
tlento authored Nov 14, 2023
1 parent 1d35408 commit d563fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/docs/docs/build/semantic-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ For semantic models with a measure, you must have a [primary time group](/docs/b
| `agg` | dbt supports the following aggregations: `sum`, `max`, `min`, `count_distinct`, and `sum_boolean`. | Required |
| `expr` | You can either reference an existing column in the table or use a SQL expression to create or derive a new one. | Optional |
| `non_additive_dimension` | Non-additive dimensions can be specified for measures that cannot be aggregated over certain dimensions, such as bank account balances, to avoid producing incorrect results. | Optional |
| `create_metric`* | You can create a metric directly from a measure with create_metric: True and specify its display name with create_metric_display_name. | Optional |
_*Coming soon_


Expand Down

0 comments on commit d563fa4

Please sign in to comment.