Skip to content

Commit

Permalink
Merge branch 'main' into fix_br_me_cnpj
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel authored Nov 13, 2024
2 parents 0544086 + 55a70ec commit e9535d4
Show file tree
Hide file tree
Showing 73 changed files with 1,780 additions and 2,330 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 e9535d4

Please sign in to comment.