kevinjqliu commented on PR #1429:
URL: https://github.com/apache/iceberg-python/pull/1429#issuecomment-2569957824
I ran the tests locally `ARN=arn:aws:s3tables:us-east-2:... poetry run
pytest tests/catalog/test_s3tables.py`
had to manually add `s3tables.region` to the catalog config
```
properties = {"s3tables.table-bucket-arn": table_bucket_arn,
"s3tables.region": "us-east-2", "py-io-impl":
"pyiceberg.io.fsspec.FsspecFileIO"}
```
And these 3 testa failed, everything else is ✅
```
FAILED
tests/catalog/test_s3tables.py::test_s3tables_api_raises_on_conflicting_version_tokens
- botocore.exceptions.NoRegionError: You must specify a region.
FAILED
tests/catalog/test_s3tables.py::test_s3tables_api_raises_on_preexisting_table -
botocore.exceptions.NoRegionError: You must specify a region.
FAILED
tests/catalog/test_s3tables.py::test_creating_catalog_validates_s3_table_bucket_exists
- botocore.exceptions.NoRegionError: You must specify a region.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]