Skip to content

Commit

Permalink
[Hotfix] Insere lastUpdate ao select (#599)
Browse files Browse the repository at this point in the history
insere lastUpdate ao select
  • Loading branch information
lingsv authored Dec 14, 2023
1 parent e1c2b50 commit b9b61ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit b9b61ca

Please sign in to comment.