diff --git a/feed-al/scripts/create/create_contrato.sql b/feed-al/scripts/create/create_contrato.sql index b333f58..91114fd 100644 --- a/feed-al/scripts/create/create_contrato.sql +++ b/feed-al/scripts/create/create_contrato.sql @@ -21,6 +21,7 @@ CREATE TABLE IF NOT EXISTS "contrato" ( "foto" VARCHAR(150), "planilha" VARCHAR(150), "ordem_servico" VARCHAR(150), + "language" VARCHAR(10), "de_ugestora" VARCHAR(100), "no_fornecedor" VARCHAR(100), PRIMARY KEY("id_contrato"), diff --git a/transformador/R/sagres.R b/transformador/R/sagres.R index b0bebe0..3bcfc59 100644 --- a/transformador/R/sagres.R +++ b/transformador/R/sagres.R @@ -48,7 +48,8 @@ generate_participante_id <- function(participantes_df) { process_contrato <- function(contratos_df) { contratos_df %<>% .extract_cd_municipio("cd_u_gestora") %>% dplyr::filter(cd_municipio != "612") %>% #registro preenchido errado - generate_contrato_id() + generate_contrato_id() %>% + dplyr::mutate(language = 'portuguese') } #' @title Processa dataframe de licitações