Skip to content

Commit

Permalink
fix: Acrescenta condição para processar gazettes (#80)
Browse files Browse the repository at this point in the history
Adiciona condição para processar apenas territórios com ID's que não
terminem em '00000'
  • Loading branch information
ogecece authored Aug 16, 2024
2 parents 7f18148 + 0eac5ca commit 120c652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/gazette_txt_to_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def create_aggregates(database:DatabaseInterface, storage:StorageInterface):
territory_id
FROM
gazettes
WHERE
territory_id NOT LIKE '%00000'
)
GROUP BY
code
Expand Down

0 comments on commit 120c652

Please sign in to comment.