We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01574b8 commit e20faf7Copy full SHA for e20faf7
awswrangler/opensearch/_write.py
@@ -568,7 +568,7 @@ def index_documents(
568
569
if use_threads and any([max_retries, initial_backoff, max_backoff]):
570
raise exceptions.InvalidArgumentCombination(
571
- f"`max_retries`, `initial_backoff`, and `max_backoff` are not supported when `use_threads` is set to True"
+ "`max_retries`, `initial_backoff`, and `max_backoff` are not supported when `use_threads` is set to True"
572
)
573
574
if not isinstance(documents, list):
0 commit comments