From b9b61ca818f19df102375b9329fa482f6fde14ef Mon Sep 17 00:00:00 2001 From: Ana Carolina Gomes <45212671+lingsv@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:55:19 -0300 Subject: [PATCH] [Hotfix] Insere lastUpdate ao select (#599) insere lastUpdate ao select --- pipelines/rj_smtr/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)",