Skip to content

Commit

Permalink
remove cluster id_municipio
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Jul 16, 2024
1 parent 227f690 commit a7f0182
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 @@ -8,7 +8,7 @@
"data_type": "int64",
"range": {"start": 1985, "end": 2023, "interval": 1},
},
cluster_by=["sigla_uf", "id_municipio"],
cluster_by=["sigla_uf"],
)
}}
select
Expand Down
2 changes: 1 addition & 1 deletion models/br_me_rais/br_me_rais__microdados_vinculos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"data_type": "int64",
"range": {"start": 1985, "end": 2023, "interval": 1},
},
cluster_by=["sigla_uf", "id_municipio"],
cluster_by=["sigla_uf"],
)
}}

Expand Down

0 comments on commit a7f0182

Please sign in to comment.