Skip to content

Commit

Permalink
decrease sleep time for report streams
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed Oct 10, 2023
1 parent eeed77d commit 1825ed4
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]


LABEL io.airbyte.version=1.5.1
LABEL io.airbyte.version=1.5.2
LABEL io.airbyte.name=airbyte/source-amazon-seller-partner
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e55879a8-0ef8-4557-abcf-ab34c53ec460
dockerImageTag: 1.5.1
dockerImageTag: 1.5.2
dockerRepository: airbyte/source-amazon-seller-partner
documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-seller-partner
githubIssueLabel: source-amazon-seller-partner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class ReportsAmazonSPStream(Stream, ABC):

primary_key = None
path_prefix = f"reports/{REPORTS_API_VERSION}"
sleep_seconds = 30
sleep_seconds = 3
data_field = "payload"
result_key = None
availability_sla_days = (
Expand Down
Loading

0 comments on commit 1825ed4

Please sign in to comment.