Skip to content

Commit

Permalink
Merge branch 'main' into br_ibge_censo_2022
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral authored Nov 11, 2024
2 parents 4f3308e + a7f818f commit b9ecb65
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2015, "end": 2023, "interval": 1},
"range": {"start": 2015, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2020, "end": 2023, "interval": 1},
"range": {"start": 2020, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2020, "end": 2023, "interval": 1},
"range": {"start": 2020, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2020, "end": 2023, "interval": 1},
"range": {"start": 2020, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2013, "end": 2023, "interval": 1},
"range": {"start": 2013, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2013, "end": 2023, "interval": 1},
"range": {"start": 2013, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
partition_by={
"field": "ano",
"data_type": "int64",
"range": {"start": 2013, "end": 2023, "interval": 1},
"range": {"start": 2013, "end": 2024, "interval": 1},
},
cluster_by=["ano", "mes"],
post_hook=[
Expand Down
Loading

0 comments on commit b9ecb65

Please sign in to comment.