-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a script to overide dbt docs generate results (from manifest.json ?) in order to add documentation about the assertions in the .yml definition which are ignored by dbt.
This can be a simple Python script.
I think a resulting Markdown table will be a good idea.
Example
| assertion | description | expression | null_as_error |
|---|---|---|---|
| unique | Rows must be unique over columns (key_1, key_2) | n/a |
false |
| open_date_is_past | Open date must be in the past | open_date <= CURRENT_DATE() | false |
| ... | ... | ... | ... |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request