Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add check_columns_are_all_in_sync #338

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

cobac
Copy link
Member

@cobac cobac commented Feb 21, 2025

Adds a check that validates whether columns are in sync between the .yaml files.

We already have check_columns_are_all_documented, but that wouldn't catch if there are columns in the .yml files that were dropped from the models.

Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dbt_bouncer
   config_file_validator.py107298%160, 190
   runner.py75495%133, 169–170, 228
   utils.py1021486%52, 146–160, 199
src/dbt_bouncer/artifact_parsers
   parsers_common.py47198%59
   parsers_manifest.py94496%190, 192, 200, 293
   parsers_run_results.py33391%64, 66, 69
src/dbt_bouncer/checks/manifest
   check_models.py201199%546
   check_unit_tests.py47394%100, 150, 201
src/dbt_bouncer/checks/run_results
   check_run_results.py19289%97–98
TOTAL40523499% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 8.331s ⏱️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant