MonkeyCanCode commented on issue #1512:
URL: https://github.com/apache/polaris/issues/1512#issuecomment-2849742507
@fischcheng I think this is due to user config issue. From the example
above, the warehouse is set to wrong value:
```
catalog_properties = {
"type": "rest",
"uri": polaris_api_uri,
"credential": f"{polaris_client_id}:{polaris_client_secret}",
"warehouse": s3_warehouse_location,
"py-io-impl": "pyiceberg.io.pyarrow.PyArrowFileIO",
f"s3.assume-role.arn": s3_role_arn_to_assume,
f"s3.assume-role.session-name": "pyiceberg-polaris-session",
f"s3.region": aws_region,
}
```
instead of using the actual path to ur s3 bucket, you should be using the
actual name of the catalog which should be `test_catalog` in this case.
--
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]