diff --git a/pipelines/rj_smtr/constants.py b/pipelines/rj_smtr/constants.py index bc8e35c10..36768a38c 100644 --- a/pipelines/rj_smtr/constants.py +++ b/pipelines/rj_smtr/constants.py @@ -653,7 +653,7 @@ class constants(Enum): # pylint: disable=c0103 "dataset_id": SUBSIDIO_SPPO_RECURSOS_DATASET_ID, "extract_params": { "token": "", - "$select": "id,protocol,createdDate", + "$select": "id,protocol,createdDate,lastUpdate", "$filter": "{service} and (lastUpdate ge {start} and lastUpdate lt {end} \ or createdDate ge {start} and createdDate lt {end})", "$expand": "customFieldValues,customFieldValues($expand=items)",