You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
I have defined a custom test and I have documented the test in YML like this:
tests:
- name: my_custom_testdescription: > Some business description about my custom testmeta:
owner: '@silja.mardla'
However, the description does not show up in the dbt-genarted doc site.
So I searched the manifest.json for this test and it looks like the description and meta are empty in the manifest. I've shortened it a bit, but this is how the relevant parts look like:
Is this a new bug in dbt-core?
Current Behavior
I have defined a custom test and I have documented the test in YML like this:
However, the description does not show up in the dbt-genarted doc site.
So I searched the
manifest.json
for this test and it looks like the description and meta are empty in the manifest. I've shortened it a bit, but this is how the relevant parts look like:Expected Behavior
Tests can be documented like any other dbt asset.
Steps To Reproduce
Add test description and meta in a YML file and check the manifest to see if the description is there.
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
spark
Additional Context
No response
The text was updated successfully, but these errors were encountered: