Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/world_wb_mides/world_wb_mides__licitacao_item.sql
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": 2009, "end": 2022, "interval": 1},
"range": {"start": 2009, "end": 2021, "interval": 1},
},
cluster_by=["sigla_uf"],
labels={"tema": "economia"},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies = [
"pyasn1==0.4.8",
"pyasn1-modules==0.2.8",
"pydata-google-auth<2.0.0,>=1.8.0",
"pymssql==2.2.5",
"pymssql>=2.2.8,<3.0.0",
"pyparsing==3.0.6",
"python-Levenshtein<1.0.0,>=0.21.1",
"python-box==5.4.1",
Expand Down
Loading