Skip to content

Commit

Permalink
🐛 Source Harvest: Fix retryable error handler (#38055)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored May 8, 2024
1 parent ba4dd5e commit 6987990
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6
dockerImageTag: 1.0.1
dockerImageTag: 1.0.2
dockerRepository: airbyte/source-harvest
documentationUrl: https://docs.airbyte.com/integrations/sources/harvest
githubIssueLabel: source-harvest
Expand Down
52 changes: 26 additions & 26 deletions airbyte-integrations/connectors/source-harvest/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "1.0.1"
version = "1.0.2"
name = "source-harvest"
description = "Source implementation for Harvest."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ definitions:
backoff_strategies:
- type: WaitTimeFromHeader
header: Retry-After
- type: DefaultErrorHandler
response_filters:
- http_codes: [401]
action: IGNORE
Expand Down
Loading

0 comments on commit 6987990

Please sign in to comment.