alzio2607 commented on issue #1886:
URL: 
https://github.com/apache/iceberg-python/issues/1886#issuecomment-2783231881

   Turns out, you **_can_** skip the header by specifying it as None in your 
load catalog configurations like so:
   
   ```
   catalog = load_catalog(
       'default',
       type='rest',
       prefix='prefix',
       uri='iceberg url',
       **{
           'header.X-Iceberg-Access-Delegation': None,
       }  
   )
   ```
   
   Closing this issue.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to