Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

expect_table_column_count_to_equal_other_table.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

expect_table_column_count_to_equal_other_table (source)

Expect the number of columns in a model to match another model.

Applies to: Model, Seed, Source

models: # or seeds:
  - name: my_model
    tests:
      - dbt_expectations.expect_table_column_count_to_equal_other_table:
          compare_model: ref("other_model")