dbt-data-reliability icon indicating copy to clipboard operation
dbt-data-reliability copied to clipboard

Add documentation metadata to elementary models and columns

Open diorge opened this issue 1 year ago • 1 comments

Solution to issue https://github.com/elementary-data/elementary/issues/797

Simply adding missing models and columns to YML, with some descriptions.

diorge avatar Feb 20 '24 17:02 diorge

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:

  1. Ensure the integration tests pass on your warehouse (please see the contribution guide regarding how to run them locally.
  2. The pre-commit step 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

haritamar avatar May 28 '24 13:05 haritamar

Hey @diorge ! We're adding documentation, thank you for this and sorry for the delay!

NoyaOffer avatar Nov 11 '25 08:11 NoyaOffer