Skip to content

Commit

Permalink
fix tests and increase retry attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlai committed Oct 25, 2024
1 parent c9e1441 commit 32941cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def test_as_airbyte_stream_with_a_cursor(self):
default_cursor_field=["date"],
source_defined_primary_key=None,
namespace=None,
is_resumable=True,
)

airbyte_stream = stream.as_airbyte_stream()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ definitions:
action: IGNORE
error_message: "Stream is available only for Product Catalog 1.0"
- type: DefaultErrorHandler
max_retries: 10
backoff_strategies:
- type: WaitTimeFromHeader
header: "Retry-After"
Expand Down

0 comments on commit 32941cc

Please sign in to comment.