Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral committed Aug 7, 2024
1 parent d795d44 commit 6fb85e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ select
t1.centroide
from t1
left join
`basedosdados-staging.br_bd_diretorios_brasil.municipio` as municipio
`basedosdados.br_bd_diretorios_brasil.municipio` as municipio
on t1.id_municipio = municipio.id_municipio
left join logradouro_max on t1.cep = logradouro_max.cep
left join localidade_max on t1.cep = localidade_max.cep
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cluster_by=["id_municipio", "sigla_uf"],
labels={"tema": "economia"},
post_hook=[
'CREATE OR REPLACE ROW ACCESS POLICY bdpro_filter ON {{this}} GRANT TO ("group:bd-pro@basedosdados.org", "group:sudo@basedosdados.org") FILTER USING (TRUE))',
'CREATE OR REPLACE ROW ACCESS POLICY bdpro_filter ON {{this}} GRANT TO ("group:bd-pro@basedosdados.org", "group:sudo@basedosdados.org") FILTER USING (TRUE)',
],
)
}}
Expand Down

0 comments on commit 6fb85e3

Please sign in to comment.