-
Notifications
You must be signed in to change notification settings - Fork 4
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
[dbt] br_ibge_pnadc #312
[dbt] br_ibge_pnadc #312
Conversation
"data_type": "int64", | ||
"range": { | ||
"start": 2012, | ||
"end": 2022, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
colocar 2025 (pra dar um pouco de margem pra gente nao precisar mudar ano que vem)
"interval": 1} | ||
}, | ||
cluster_by = "sigla_uf", | ||
labels = {'project_id': 'basedosdados-dev'}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tirar essa label
SAFE_CAST(id_uf AS STRING) id_uf, | ||
SAFE_CAST(sigla_uf AS STRING) sigla_uf, | ||
SAFE_CAST(CASE WHEN capital IS NULL THEN id_uf ELSE capital END AS STRING) capital, | ||
SAFE_CAST(CASE WHEN id_uf IN ('13','15','16','21','22','23','24','25','26','27','28','29','31','32','33','35','41','42','43','51','52') THEN id_uf ELSE NULL END AS STRING) rm_ride, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
não entendi, como rm_ride é igual id_uf?
…ps://github.com/vilelaluiza/queries-basedosdados into staging/br_ibge_pnadc_rendimentos_outras_fontes
fechando pq veio de um fork |
No description provided.