Skip to content

Commit c8b428d

Browse files
authored
fix: set severity to warn for compound column uniqueness expectation (#2240)
1 parent b0c0bd8 commit c8b428d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ol_dbt/models/intermediate/mitxonline/_int_mitxonline__models.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,9 @@ models:
868868
- dbt_expectations.expect_compound_columns_to_be_unique:
869869
arguments:
870870
column_list: ["user_id", "courserun_id", "mitxonline_program_id"]
871+
config:
872+
severity: warn
873+
871874
- name: int__mitxonline__programenrollments
872875
description: Intermediate model of enrollments in MITx Online.
873876
columns:

0 commit comments

Comments
 (0)