Re: [Discuss] Vended credential refresh for table creation

2025-07-17 Thread Maninderjit Singh
Yes, this would also impact long running CTAS (create table as select) queries since they rely on stage-table creation. I do agree that current credential refresh mechanisms (loadTable or credential endpoints) are tied to assumption of table already existing which is not true for staged table creat

[Discuss] Vended credential refresh for table creation

2025-07-14 Thread Sreesh
Hi everyone, I'd like to bring attention to https://github.com/apache/iceberg/issues/13554, a request to support vended credential refresh for clients creating a table. Unless I'm missing something, the outcome may affect REST catalog implementations like Polaris, and the discussion feels relevant