godatadriven / dbt-bouncer

Configure and enforce conventions for your dbt project.
https://godatadriven.github.io/dbt-bouncer
MIT License
26 stars 2 forks source link

tldr and faq before cli docs #229

Closed cobac closed 2 months ago

cobac commented 2 months ago

comments in commits, feel free to ignore or change :)

github-actions[bot] commented 2 months ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dbt_bouncer
   config_file_validator.py46296%81, 87
   parsers.py142299%195, 453
   runner.py76495%134, 170–171, 232
   utils.py1011981%42, 47, 136–154, 177
src/dbt_bouncer/checks/manifest
   check_models.py200199%599
   check_unit_tests.py24292%69, 121
src/dbt_bouncer/checks/run_results
   check_run_results.py22291%56–57
TOTAL10133297% 

Tests Skipped Failures Errors Time
1 0 :zzz: 0 :x: 0 :fire: 14.140s :stopwatch:
cobac commented 2 months ago

Could be added / rewrite the getting started section instead, but I like TLDRs on the readme when browsing

pgoslatara commented 2 months ago

Added 42e2755; small bit of formatting but also added a pip install ... command and a run_results_checks check that can be used with any dbt adapter.