Skip to content

feat(doc): add script to override dbt docs #9

@AxelThevenot

Description

@AxelThevenot

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
... ... ... ...

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions