Skip to content

Commit

Permalink
Merge pull request #816 from basedosdados/add-test-in-cgu
Browse files Browse the repository at this point in the history
[test] br_cgu_servidores_executivo
  • Loading branch information
tricktx authored Nov 11, 2024
2 parents 38c9b4e + 564cfb8 commit a7f818f
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 14 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 a7f818f

Please sign in to comment.