Zevrap-81 commented on issue #4076:
URL: https://github.com/apache/polaris/issues/4076#issuecomment-4163705671
I am using pyiceberg, I am not sure how to check for that. However, here is
one detail, when i create the catalog using `catalogs` cli command or the
management api endpoint, this doesn't happen, as you can see from the logs:
```
2026-03-31 15:48:45,473 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Initializing non-federated catalog
2026-03-31 15:48:45,473 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Catalog type: INTERNAL
2026-03-31 15:48:45,473 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) allow external catalog credential vending: true
2026-03-31 15:48:45,474 INFO [org.apa.ice.BaseMetastoreCatalog]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Table properties set at catalog level through catalog
properties: {}
2026-03-31 15:48:45,476 INFO [org.apa.ice.BaseMetastoreCatalog]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Table properties enforced at catalog level through catalog
properties: {}
2026-03-31 15:48:45,489 INFO [org.apa.ice.CatalogUtil]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Loading custom FileIO implementation:
org.apache.iceberg.aws.s3.S3FileIO
2026-03-31 15:48:45,503 INFO [org.apa.pol.ser.cat.ice.IcebergCatalog]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) Successfully committed to table
senec_catalog.Senec.Stage.Bronze.Hiconics_E4.BmsHiconicsCellMeasurement
in 26 ms
2026-03-31 15:48:45,516 INFO [io.qua.htt.access-log]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000047,default] [,,,]
(executor-thread-1) 192.168.0.125 - data_ops [31/Mar/2026:15:48:45 +0000] "POST
/api/catalog/v1/senec_catalog/namespaces/Senec%1FStage%1FBron
ze%1FHiconics_E4/tables HTTP/1.1" 200 6060
2026-03-31 15:48:45,524 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) Initializing non-federated catalog
2026-03-31 15:48:45,524 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) Catalog type: INTERNAL
2026-03-31 15:48:45,524 INFO
[org.apa.pol.ser.cat.ice.IcebergCatalogHandler]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) allow external catalog credential vending: true
2026-03-31 15:48:45,526 INFO [org.apa.pol.ser.cat.ice.IcebergCatalog]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) Refreshing table metadata from new version:
s3://senec-bucket/senec_catalog/Senec/Stage/Bronze/Ampace_P4
/BmsAmpaceMeasurement/metadata/00000-0c1fd557-6d71-4aca-b7b6-a82f06024ba5.metadata.json
2026-03-31 15:48:45,537 INFO [org.apa.ice.CatalogUtil]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) Loading custom FileIO implementation:
org.apache.iceberg.aws.s3.S3FileIO
2026-03-31 15:48:45,583 INFO [org.apa.ice.BaseMetastoreCatalog]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) Table loaded by catalog:
senec_catalog.Senec.Stage.Bronze.Ampace_P4.BmsAmpaceMeasurement
2026-03-31 15:48:45,585 INFO [io.qua.htt.access-log]
[c0960217-864c-4bba-992a-86fde364ee01_0000000000000000048,default] [,,,]
(executor-thread-1) 192.168.0.125 - data_ops [31/Mar/2026:15:48:45 +0000] "GET
/api/catalog/v1/senec_catalog/namespaces/Senec%1FStage%1FBronz
e%1FAmpace_P4/tables/BmsAmpaceMeasurement HTTP/1.1" 200 5798
(env) parvez@PC:~/Downloads/23-0325_senec_monitoring/novum-iceberg
```
The setup remains the same yet the credential vending error is not
happening. Please let me know if i am making a mistake in my yaml file
--
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]