GitHub user flyrain added a comment to the discussion: load_table endpoint
This is what credential vending does. The `loadTable` will get storage credential and put them in both `config` and `storage-credentials`, more details are here https://github.com/apache/polaris/blob/c6d966d6a701e356284671d81d5ce1af94bf8e7e/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java#L893 https://github.com/apache/polaris/blob/c6d966d6a701e356284671d81d5ce1af94bf8e7e/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java#L940 To control that, users can create a storage configuration with information like `s3.endpoint`, `region` while creating a new catalog. GitHub link: https://github.com/apache/polaris/discussions/4261#discussioncomment-16657477 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
