diff --git a/data_collection/gazette/spiders/base/sigpub.py b/data_collection/gazette/spiders/base/sigpub.py index e9ffd924e..477d554c7 100644 --- a/data_collection/gazette/spiders/base/sigpub.py +++ b/data_collection/gazette/spiders/base/sigpub.py @@ -72,6 +72,11 @@ def parse_gazette_info(self, response): power="executive_legislative", is_extra_edition=(meta["edition_type"] == "extra"), edition_number=edition.get("numero_edicao", ""), + granularity="aggregate", + act_category="", + publishing_body="", + document="", + document_sequence=0, ) def available_dates_form_fields(self): diff --git a/data_collection/gazette/spiders/pe/pe_recife_2020.py b/data_collection/gazette/spiders/pe/pe_recife_2020.py index 18d6570ce..06f3ca8ed 100644 --- a/data_collection/gazette/spiders/pe/pe_recife_2020.py +++ b/data_collection/gazette/spiders/pe/pe_recife_2020.py @@ -109,6 +109,11 @@ def _build_item(self, title, date, file_url, is_extra_edition): ), is_extra_edition=is_extra_edition, power="executive_legislative", + granularity="individual", + act_category="", + publishing_body="", + document="", + document_sequence=0, ) def _clean_zfill(self, string_number):