Skip to content

Commit 49f65ae

Browse files
authored
Minor - Adding missing pd kwargs in to_json (#1073)
1 parent 3ac96b8 commit 49f65ae

File tree

3 files changed

+209
-219
lines changed

3 files changed

+209
-219
lines changed

awswrangler/s3/_write_text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ def to_json( # pylint: disable=too-many-arguments,too-many-locals,too-many-stat
10171017
boto3_session=session,
10181018
s3_additional_kwargs=s3_additional_kwargs,
10191019
file_format="json",
1020+
**pandas_kwargs,
10201021
)
10211022
if database and table:
10221023
try:

0 commit comments

Comments
 (0)