Skip to content

Commit

Permalink
[HOTFIX] Adiciona coluna servico na tabela de captura da sppo_infracao (
Browse files Browse the repository at this point in the history
#655)

adiciona campo linha na captura da sppo_infracao
  • Loading branch information
pixuimpou authored Apr 3, 2024
1 parent 405057c commit 396dbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,7 @@ class constants(Enum): # pylint: disable=c0103
"des_infracao": "infracao",
"status": "status",
"data_pagamento": "data_pagamento",
"linha": "servico",
}
SPPO_INFRACAO_CSV_ARGS = {
"sep": ";",
Expand Down

0 comments on commit 396dbe1

Please sign in to comment.