Skip to content

Commit

Permalink
add test in cgu
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Nov 11, 2024
1 parent 63f87e7 commit 4280bb6
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 4280bb6

Please sign in to comment.