Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] br_me_sic #642

Merged
merged 6 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions models/br_me_rais/br_me_rais__dicionario.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ config(alias="dicionario", schema="br_me_rais") }}
-- Dicionário da Rais
select
safe_cast(id_tabela as string) id_tabela,
safe_cast(nome_coluna as string) nome_coluna,
Expand Down
2 changes: 2 additions & 0 deletions models/br_me_sic/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ models:
description: Nome da esfera orçamentária do custo
- name: id_natureza_juridica
description: Código da natureza jurídica do Órgão
- name: nome_natureza_juridica
description: Nome da natureza jurídica do Órgão
- name: id_resultado_primario
description: Código da classificação da despesa orçamentária por indicador
de resultado primário
Expand Down
Loading