Skip to content

Commit

Permalink
fux ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aldder committed Jun 18, 2024
1 parent 83621d9 commit cafd0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions awswrangler/athena/_write_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def _validate_args(
f"Invalid merge_condition: {merge_condition}. Valid values: ['update', 'ignore']"
)


@apply_configs
@_utils.validate_distributed_kwargs(
unsupported_kwargs=["boto3_session", "s3_additional_kwargs"],
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_athena_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def test_athena_to_iceberg_merge_into_ignore(path: str, path2: str, glue_databas
temp_path=path2,
keep_files=False,
merge_cols=["title", "year"],
merge_condition='ignore'
merge_condition="ignore",
)

# Expected output
Expand Down

0 comments on commit cafd0d9

Please sign in to comment.