Skip to content

Commit

Permalink
Remove accepted values test t/f
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Aug 22, 2024
1 parent c4c96d3 commit 01a8b89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions models/marts/enriched_history/enriched_history_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ models:
- not_null:
config:
where: closed_at > current_timestamp - interval 2 day
- accepted_values:
values: [true, false]
quote: false
config:
where: closed_at > current_timestamp - interval 2 day

- name: fee_charged
description: '{{ doc("fee_charged") }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ models:
- not_null:
config:
where: closed_at > current_timestamp - interval 2 day
- accepted_values:
values: [true, false]
quote: false

- name: fee_charged
description: '{{ doc("fee_charged") }}'
Expand Down
3 changes: 0 additions & 3 deletions models/marts/ledger_current_state/ttl_current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ models:
- not_null:
config:
where: closed_at > current_timestamp - interval 2 day
- accepted_values:
values: [true, false]
quote: false

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

0 comments on commit 01a8b89

Please sign in to comment.