Skip to content

Commit

Permalink
extra retry statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
hkuffel committed Dec 12, 2024
1 parent 18b016d commit 942c77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_cj/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class CommissionsStream(CJStream):
name = "commissions"
# Optionally, you may also use `schema_filepath` in place of `schema`:
schema_filepath = SCHEMAS_DIR / "commissions.schema.json"
extra_retry_statuses = [401]

@property
def partitions(self) -> list[dict] | None:
Expand Down

0 comments on commit 942c77d

Please sign in to comment.