Skip to content

Commit

Permalink
remove test in column percentual
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed May 27, 2024
1 parent 7c25166 commit cd24afb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions models/br_poder360_pesquisas/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ models:
to: ref('br_bd_diretorios_brasil__uf')
field: sigla
ignore_values: [RE]
proportion_allowed_failures: 0.0
- name: nome_municipio
description: Nome do município
- name: cargo
Expand Down Expand Up @@ -89,8 +88,4 @@ models:
description: Condição
tests: [not_null]
- name: percentual
description: Percentual. Há dois valores maiores que 100%, 150.0% e 111.6%
tests:
- dbt_utils.accepted_range:
min_value: 0
max_value: 150 # há dois valores maiores que 100%, 150.0 e 111.6.
description: Percentual

0 comments on commit cd24afb

Please sign in to comment.