We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BatchRequestsOperationResponse
1 parent afcc278 commit 126a862Copy full SHA for 126a862
src/crawlee/base_storage_client/_models.py
@@ -201,7 +201,7 @@ class ProcessedRequest(BaseModel):
201
202
model_config = ConfigDict(populate_by_name=True)
203
204
- id: Annotated[str, Field(alias='id')]
+ id: Annotated[str, Field(alias='requestId')]
205
unique_key: Annotated[str, Field(alias='uniqueKey')]
206
was_already_present: Annotated[bool, Field(alias='wasAlreadyPresent')]
207
was_already_handled: Annotated[bool, Field(alias='wasAlreadyHandled')]
0 commit comments