dbt-data-reliability
dbt-data-reliability copied to clipboard
Add documentation metadata to elementary models and columns
Solution to issue https://github.com/elementary-data/elementary/issues/797
Simply adding missing models and columns to YML, with some descriptions.
HI @diorge ! Thanks for opening this PR and sorry about the delay.
I'm not sure if it is still relevant but in case it is - it seems that tests are currently failing so please do the following:
- Ensure the integration tests pass on your warehouse (please see the contribution guide regarding how to run them locally.
- The
pre-commitstep also seems to fail on the YAML formatting - running this in the root dir should help:
pip install -r dev-requirements.txt
pre-commit run --all-files
Thanks, Itamar
Hey @diorge ! We're adding documentation, thank you for this and sorry for the delay!