Skip to content

Commit

Permalink
feat: add not null tests to ano columns
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed May 22, 2024
1 parent b933db4 commit cada611
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/br_me_siconfi/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -39,6 +40,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -73,6 +75,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -107,6 +110,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -141,6 +145,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -175,6 +180,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down Expand Up @@ -209,6 +215,7 @@ models:
columns:
- name: ano
description: Ano
test: [not_null]
- name: sigla_uf
description: Sigla da unidade da federação
tests:
Expand Down

0 comments on commit cada611

Please sign in to comment.