datnguye / dbterd

Generate the ERD as a code from dbt artifacts
https://dbterd.datnguyen.de/
MIT License
198 stars 28 forks source link

Ensure ordering of tables and relationship #84

Closed syou6162 closed 7 months ago

syou6162 commented 7 months ago

resolves https://github.com/datnguye/dbterd/issues/80

Description

Ensure ordering of tables and relationships. This will allow CI/CD to suppress unnecessary differential output when automatically generating documents.

Checklist

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a6cf5f4) 85.68% compared to head (6f4cffc) 100.00%. Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ============================================ + Coverage 85.68% 100.00% +14.31% ============================================ Files 31 31 Lines 915 915 ============================================ + Hits 784 915 +131 + Misses 131 0 -131 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

datnguye commented 7 months ago

Nice & very simple change! 🎉