Skip to content

Commit

Permalink
Remove acceptable value test for stg_contract_data
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 8, 2024
1 parent 95e2ffe commit 59309b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions models/staging/stg_contract_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ models:
- incremental_not_null:
date_column_name: "closed_at"
greater_than_equal_to: "2 day"
- incremental_accepted_values:
date_column_name: "closed_at"
greater_than_equal_to: "2 day"
values: ["credit_alphanum4", "credit_alphanum12", "native"]
quote: true

- name: balance_holder
description: '{{ doc("balance_holder") }}'
Expand Down

0 comments on commit 59309b0

Please sign in to comment.