Closed pgoslatara closed 5 days ago
Coverage Report
File Stmts Miss Cover Missing src/dbt_bouncer config_file_validator.py 95 2 98% 138, 144 runner.py 75 4 95% 128, 164–165, 223 utils.py 102 15 85% 42, 47, 141–155, 194 src/dbt_bouncer/artifact_parsers parsers_common.py 47 1 98% 58 parsers_manifest.py 84 4 95% 172, 174, 182, 259 parsers_run_results.py 33 3 91% 64, 66, 69 src/dbt_bouncer/checks/manifest check_models.py 198 1 99% 530 check_unit_tests.py 47 3 94% 100, 150, 201 src/dbt_bouncer/checks/run_results check_run_results.py 19 2 89% 92–93 TOTAL 3997 35 99%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1 | 0 :zzz: | 0 :x: | 0 :fire: | 8.949s :stopwatch: |
dbt Cloud now produces versions that do not comply with semantic versioning. This PR creates a helper function to enable parsing of both dbt Core versions and dbt Cloud versions.