Skip to content

Commit 6041bf4

Browse files
Fix uniqueness check on input_layer__eligibility to include member_id
1 parent e242d1d commit 6041bf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

models/input_layer/input_layer__eligibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ models:
1212
- dbt_utils.unique_combination_of_columns:
1313
combination_of_columns:
1414
- person_id
15+
- member_id
1516
- enrollment_start_date
1617
- enrollment_end_date
1718
- "{{ '\"plan\"' if (target.type == 'fabric') else 'plan' }}"

0 commit comments

Comments
 (0)