Tim Benroeck
Tim Benroeck
@sungwy and @ndrluis [#961](https://github.com/apache/iceberg-python/pull/961) isn't a fix for this issue. There are two aspects, first the prefix `adls.sas-token` vs `adlfs.sas-token` which is addressed in [#961](https://github.com/apache/iceberg-python/pull/961) but it is more than...
I created a custom FileIO fix as a temporary workaround and I've submitted [Polaris #418](https://github.com/apache/polaris/issues/) ``` catalog = load_catalog( **{ "type": "rest", "header.X-Iceberg-Access-Delegation": "vended-credentials", "uri": f"https://{account}.snowflakecomputing.com/polaris/api/catalog", "credential": f"{principal_client_id}:{principal_secret}", "warehouse": catalog_name,...