Skip to content

Commit

Permalink
Aws region.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Jul 21, 2023
1 parent e689969 commit 48ba502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_deltalake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def ddf(request, small_client):
uri = "s3://coiled-datasets/delta/ds20f_100M/"
if request.param == "read_deltalake":
yield ddt.read_deltalake(uri)
yield ddt.read_deltalake(uri, delta_storage_options={"AWS_REGION": "us-east-2"})
else:
yield dd.read_parquet(f"{uri}*.parquet", engine="pyarrow")

Expand Down

0 comments on commit 48ba502

Please sign in to comment.