update description property page#6733
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
nataliefiann
left a comment
There was a problem hiding this comment.
Hiya @mirnawong1
Thanks for creating this! I've approved this for you with one non-blocking suggestion.
Kind Regards
Natalie
There was a problem hiding this comment.
Hey @mirnawong1 I just had some small suggestions, but not editing/merging so you check my logic here in case I missed something.
| data_tests: | ||
| - name: data_test_name | ||
| description: markdown_string | ||
| ``` |
There was a problem hiding this comment.
Not sure this is necessary but trying to figure out why the text turns blue here and is not respecting color coding.
| ``` |
There was a problem hiding this comment.
hey @runleonarun going to put the backticks back in bc it was rendering weird and the versionblock/tabs markdown was showing up:

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
thanks for the review @runleonarun ! made some tweaks and would love a re-review pls! |
| <VersionBlock lastVersion="1.8"> | ||
|
|
||
| The `description` property is available for generic and singular data tests beginning in dbt v1.9. | ||
| The `description` property is available for [singular data tests](/docs/build/data-tests#singular-data-tests) or [generic data tests](/docs/build/data-tests#generic-data-tests) beginning in dbt v1.9. |
There was a problem hiding this comment.
[custom.Typos] Oops there's a typo -- did you really mean 'v1.9'?
| columns: | ||
| - name: column_name | ||
| tests: | ||
| - unique |
There was a problem hiding this comment.
Oops I forgot a : in my example. It should be:
models:
- name: orders
columns:
- name: order_id
tests:
- unique:
description: The order_id is unique for every row in the orders model
looking at the PR here
There was a problem hiding this comment.
eek great flag, thanks for sharing the code @graciegoheen !
add missing :



this pr adds add'l examples to the description property page:
raised in internal slack
Resolves #6193
🚀 Deployment available! Here are the direct links to the updated files: