Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 442 Bytes

expect_table_columns_to_match_set.md

File metadata and controls

14 lines (11 loc) · 442 Bytes

expect_table_columns_to_match_set (source)

Expect the columns in a model to match a given list.

Applies to: Model, Seed, Source

models: # or seeds:
  - name: my_model
    tests:
      - dbt_expectations.expect_table_columns_to_match_set:
          column_list: ["col_a", "col_b"]
          transform: upper # (Optional)