Skip to content

Commit 6987990

Browse files
authored
🐛 Source Harvest: Fix retryable error handler (#38055)
1 parent ba4dd5e commit 6987990

File tree

5 files changed

+59
-57
lines changed

5 files changed

+59
-57
lines changed

airbyte-integrations/connectors/source-harvest/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: fe2b4084-3386-4d3b-9ad6-308f61a6f1e6
13-
dockerImageTag: 1.0.1
13+
dockerImageTag: 1.0.2
1414
dockerRepository: airbyte/source-harvest
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/harvest
1616
githubIssueLabel: source-harvest

airbyte-integrations/connectors/source-harvest/poetry.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-harvest/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.0.1"
6+
version = "1.0.2"
77
name = "source-harvest"
88
description = "Source implementation for Harvest."
99
authors = [ "Airbyte <[email protected]>",]

airbyte-integrations/connectors/source-harvest/source_harvest/manifest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ definitions:
2323
backoff_strategies:
2424
- type: WaitTimeFromHeader
2525
header: Retry-After
26+
- type: DefaultErrorHandler
2627
response_filters:
2728
- http_codes: [401]
2829
action: IGNORE

0 commit comments

Comments
 (0)