Skip to content

Commit

Permalink
fix: ignore 404 for conversation parts
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed May 16, 2024
1 parent cca3711 commit 6b8ce30
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,15 @@ definitions:
$ref: "#/definitions/substream_semi_incremental/retriever/record_selector"
extractor:
field_path: ["conversation_parts", "conversation_parts"]
requester:
$ref: "#/definitions/requester"
error_handler:
type: DefaultErrorHandler
description: "404 - conversation not found, ignore"
response_filters:
- http_codes: [ 404 ]
action: IGNORE

company_segments:
$ref: "#/definitions/substream_semi_incremental"
$parameters:
Expand Down

0 comments on commit 6b8ce30

Please sign in to comment.