davidvesp commented on issue #418:
URL: https://github.com/apache/polaris/issues/418#issuecomment-3106269286
Hi,
I tried with the apache-polaris-1.0.0-incubating and the current config and
it worked fine:
```
catalog = load_catalog(
**{
"type": "rest",
"header.X-Iceberg-Access-Delegation": "vended-credentials",
"uri": f"https://{polaris_domain}/api/catalog",
"credential": f"{principal_client_id}:{principal_secret}",
"warehouse": warehouse,
"scope": "PRINCIPAL_ROLE:ALL",
"token-refresh-enabled": "true",
# Azure Storage
"py-io-impl": "pyiceberg.io.fsspec.FsspecFileIO"
}
)
```
--
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]