Skip to content

Commit 278d8f5

Browse files
committed
fix: opensearch session
1 parent 234a285 commit 278d8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/opensearch/_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def index_json(
280280
path: str,
281281
index: str,
282282
doc_type: str | None = None,
283-
boto3_session: boto3.Session | None = boto3.Session(),
283+
boto3_session: boto3.Session | None = None,
284284
json_path: str | None = None,
285285
use_threads: bool | int = False,
286286
**kwargs: Any,

0 commit comments

Comments
 (0)