Skip to content

Commit

Permalink
Merge pull request #718 from basedosdados/staging/br_mec_sisu
Browse files Browse the repository at this point in the history
[Fix]br_mec_sisu
  • Loading branch information
Winzen authored Aug 5, 2024
2 parents 82ca256 + 6ff562a commit 20ff4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/br_mec_sisu/br_mec_sisu__microdados.sql
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ select
end as status_matricula
from `basedosdados-staging.br_mec_sisu_staging.microdados` s
left join
`basedosdados-staging.br_bd_diretorios_brasil.municipio` d1
`basedosdados.br_bd_diretorios_brasil.municipio` d1
on (s.sigla_uf_campus = d1.sigla_uf)
and (lower(s.nome_municipio_campus) = lower(d1.nome))
left join
`basedosdados-staging.br_bd_diretorios_brasil.municipio` d2
`basedosdados.br_bd_diretorios_brasil.municipio` d2
on (s.sigla_uf_candidato = d2.sigla_uf)
and (lower(s.nome_municipio_candidato) = lower(d2.nome))

0 comments on commit 20ff4e8

Please sign in to comment.