Skip to content

Commit

Permalink
missing procurement tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rdahis committed Sep 11, 2023
1 parent e0c437a commit d1db176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/world_wb_mides/licitacao_item.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT
SELECT
SAFE_CAST(ano AS INT64) ano,
SAFE_CAST(sigla_uf AS STRING) sigla_uf,
SAFE_CAST(id_municipio AS STRING) id_municipio,
Expand Down
2 changes: 1 addition & 1 deletion models/world_wb_mides/licitacao_participante.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT
SELECT
SAFE_CAST(ano AS INT64) ano,
SAFE_CAST(sigla_uf AS STRING) sigla_uf,
SAFE_CAST(id_municipio AS STRING) id_municipio,
Expand Down

0 comments on commit d1db176

Please sign in to comment.